Let your data build your UI, with Astro components
.vscode | ||
demo | ||
packages | ||
.gitignore | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Components and utilities for building reactive user interfaces 🔥
Build blazing-fast user interfaces with native Astro components and architecture.
Please report issues and suggestions
Packages | Version | Docs |
---|---|---|
astro-reactive-form | 🛠 in-progress | |
astro-reactive-validator | 🛠 in-progress | 🛠 in-progress |
astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress |
Running the demo app
To run the project's demo app locally:
- Clone/Fork the project
- Install deps:
npm i
- Run the demo app:
npm run dev
- 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
Created by Ayo Ayco