diff --git a/logo/astro_logo.svg b/.github/assets/logo/astro-reactive-library-logo.svg similarity index 97% rename from logo/astro_logo.svg rename to .github/assets/logo/astro-reactive-library-logo.svg index 0d11f34..6459f24 100644 --- a/logo/astro_logo.svg +++ b/.github/assets/logo/astro-reactive-library-logo.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/.github/assets/logo/min-banner.png b/.github/assets/logo/min-banner.png new file mode 100644 index 0000000..047e765 Binary files /dev/null and b/.github/assets/logo/min-banner.png differ diff --git a/README.md b/README.md index 8e4f8d7..2e384d9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -![library-cover](https://user-images.githubusercontent.com/4262489/193811991-dc6ed9d7-0960-42f3-8b72-108620c6ab25.png) - -[![Build and Test](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml) -[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) - -# Components and utilities for building reactive user interfaces 🔥 - -Let your data build your UI. Blazing-fast, reactive user interfaces with native [Astro](https://astro.build) components and architecture. +

+ Astro Reactive Library Logo + Astro Reactive Library +
+ Let your data build your UI with native Astro components and architecture. +
+
+ + Build & Test Result + + + Last Commit + +
+

| Packages | Version | Docs | Description | | --- | --- | --- | --- | diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index 4590862..522912e 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -1,20 +1,18 @@ -![package-form-cover](https://user-images.githubusercontent.com/4262489/193812095-1cffa287-e2ac-4671-b604-1e2ff2e6f19e.png) +

+ Astro Reactive Library Logo + Astro Reactive Form +
+ Generate a dynamic form based on your data, and modify programatically. +
+

[![version](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![license](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![downloads](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![dependencies](https://img.shields.io/librariesio/release/npm/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -# Astro Reactive Form 🔥 - -Generate a dynamic form based on your data, and modify programatically. - -The Reactive Form component for [Astro](https://astro.build) 🔥 - -_[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-library/issues)_ - ## Installation -In your Astro project: +In your [Astro](https://astro.build) project: ``` npm i astro-reactive-form