docs: update readme

This commit is contained in:
Ayo 2022-09-25 22:03:17 +02:00
parent 7ba0672c89
commit eb9e4d17da
2 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
The Reactive Form component for [Astro](https://astro.build) 🔥 The Reactive Form component for [Astro](https://astro.build) 🔥
*All contributions are welcome. Let's make the fastest web form component powered by Astro*
## Installation ## Installation
``` ```
@ -40,9 +42,9 @@ Currently this only supports very basic form creation, but the goal of the proje
1. setValue(value) - set the value of the control programmatically 1. setValue(value) - set the value of the control programmatically
1. statusChanges - observable that emits the control status when it changes 1. statusChanges - observable that emits the control status when it changes
1. valueChanges - observable that emits the control value when it changes 1. valueChanges - observable that emits the control value when it changes
1. value - property that reflects the control value
... and so much more ... and so much more
**All contributions are welcome. Let's make the fastest web form component powered by Astro** *All contributions are welcome. Let's make the fastest web form component powered by Astro*

View file

@ -2,7 +2,7 @@
"name": "astro-reactive-form", "name": "astro-reactive-form",
"version": "0.0.2", "version": "0.0.2",
"repository": "https://github.com/ayoayco/astro-reactive-form", "repository": "https://github.com/ayoayco/astro-reactive-form",
"homepage": "https://github.com/ayoayco/astro-reactive-form", "homepage": "https://ayco.io/showcase/astro-reactive-form",
"type": "module", "type": "module",
"exports": { "exports": {
".": "./index.ts" ".": "./index.ts"