chore: update library and package readme; update license; add assets
This commit is contained in:
parent
abf7c33b20
commit
fd11d674ea
5 changed files with 8 additions and 9 deletions
BIN
.github/assets/library-cover.png
vendored
Normal file
BIN
.github/assets/library-cover.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
BIN
.github/assets/package-form-cover.png
vendored
Normal file
BIN
.github/assets/package-form-cover.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 KiB |
|
@ -1,9 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
|
||||||
[](https://github.com/ayoayco/astro-reactive-library)
|
|
||||||
|
|
||||||
# Components and utilities for building reactive user interfaces 🔥
|
# Components and utilities for building reactive user interfaces 🔥
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,25 @@
|
||||||
# Astro Reactive Form 🔥
|

|
||||||
|
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||||
[](https://github.com/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)_
|
_[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-library/issues)_
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
In your Astro project:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm i astro-reactive-form
|
npm i astro-reactive-form
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Use in an Astro page:
|
||||||
|
|
||||||
```astro
|
```astro
|
||||||
---
|
---
|
||||||
|
|
|
@ -54,5 +54,5 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^1.0.0"
|
"astro": "^1.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue