![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) # 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#readme) | [![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 | | astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress | # HACKTOBERFEST 2022 Any contribution is welcome. See our [contributing guide](https://github.com/ayoayco/astro-reactive-library/blob/main/CONTRIBUTING.md), and feel free to look around to find something that interests you. :) Maybe add some themes to our form component? Or maybe an improvement the README? The issues page contains some ideas, but they should not limit your contribution. If you don't find anything there, I'm happy to help you get your contribution in. You can always [create a new issue](https://github.com/ayoayco/astro-reactive-library/issues/new) for your own idea, [email me](mailto:ramon.aycojr+hack@gmail.com) or message me on [Twitter (@ayoayco)](https://twitter.com/ayoayco). # 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 dev` 1. Open on browser: `http://localhost:3000` To play around the library using the demo app, the sourc code is in the `demo` directory. *[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)* Created by [Ayo Ayco](https://ayco.io)