astro-reactive-form/README.md
2022-10-01 16:48:20 +02:00

27 lines
No EOL
1.6 KiB
Markdown

<img width="889" alt="Screen Shot 2022-10-01 at 4 19 36 PM" src="https://user-images.githubusercontent.com/4262489/193413897-69c671f1-6871-498d-afa8-50b98d113d88.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)
# Components and utilities for building reactive user interfaces 🔥
Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture.
*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)*
| Packages | Version | Docs |
| --- | --- | --- |
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress |
| astro-reactive-validator | 🛠 in-progress | 🛠 in-progress |
# Running the demo app
To run the project's demo app locally:
1. Clone/Fork the project
1. Install deps: `npm i`
1. Run the demo app: `npm run demo`
1. Open on browser: `http://localhost:3000`
*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)*
Created by [Ayo Ayco](https://ayco.io)