diff --git a/.github/assets/library-cover.png b/.github/assets/library-cover.png new file mode 100644 index 0000000..d2d80af Binary files /dev/null and b/.github/assets/library-cover.png differ diff --git a/.github/assets/package-form-cover.png b/.github/assets/package-form-cover.png new file mode 100644 index 0000000..ed9a4b6 Binary files /dev/null and b/.github/assets/package-form-cover.png differ diff --git a/README.md b/README.md index f69692c..8044e89 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,4 @@ -![Astro Reactive Library](https://user-images.githubusercontent.com/4262489/193419437-6e437743-47bf-482b-8f7e-de3c7f5285f8.png) - -[![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) +![library-cover](https://user-images.githubusercontent.com/4262489/193811991-dc6ed9d7-0960-42f3-8b72-108620c6ab25.png) # Components and utilities for building reactive user interfaces 🔥 diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index bdc3465..ce418ba 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -1,21 +1,25 @@ -# Astro Reactive Form 🔥 +![package-form-cover](https://user-images.githubusercontent.com/4262489/193812095-1cffa287-e2ac-4671-b604-1e2ff2e6f19e.png) [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) -The Reactive Form component for [Astro](https://astro.build) 🔥 +# Astro Reactive Form 🔥 + +Generate a dynamic form which can be modified 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: ``` npm i astro-reactive-form ``` ## Usage +Use in an Astro page: ```astro --- diff --git a/packages/astro-reactive-form/package.json b/packages/astro-reactive-form/package.json index 11452bf..c0b40f6 100644 --- a/packages/astro-reactive-form/package.json +++ b/packages/astro-reactive-form/package.json @@ -54,5 +54,5 @@ "peerDependencies": { "astro": "^1.0.0" }, - "license": "ISC" + "license": "MIT" }