Let your data build your UI, with Astro components
Find a file
2022-10-17 16:21:46 +02:00
.github docs(apps,packages): update content (#93) 2022-10-16 10:26:20 +02:00
.vscode Initial commit 2022-09-25 20:09:11 +02:00
apps docs: initial getting-started document 2022-10-17 16:21:46 +02:00
packages chore: update packages homepages 2022-10-17 11:33:59 +02:00
.gitignore Chore project clean up (#42) 2022-10-04 19:18:17 +02:00
CODE_OF_CONDUCT.md docs(apps,packages): update content (#93) 2022-10-16 10:26:20 +02:00
CONTRIBUTING.md docs(apps,packages): update content (#93) 2022-10-16 10:26:20 +02:00
LICENSE chore: implement recommended community standards (#27) 2022-10-04 12:47:39 +02:00
package-lock.json Chore update project for new package validator (#91) 2022-10-15 19:16:48 +02:00
package.json Chore update project for new package validator (#91) 2022-10-15 19:16:48 +02:00
README.md docs(apps,packages): update content (#93) 2022-10-16 10:26:20 +02:00
tsconfig.json chore: clean up monorepo 2022-10-01 15:44:39 +02:00

Astro Reactive Library Logo Astro Reactive Library
Let your data build your UI with native Astro components and architecture.

Build & Test Result Last Commit

Packages Version Description
@astro-reactive/form npm generate a dynamic form which can be modified programmatically
@astro-reactive/validator npm set up validators for your form easily
@astro-reactive/data-grid 🛠 generate a dynamic data grid of values

HACKTOBERFEST 2022

Hacktoberfest has begun! 🚀

Any contribution is welcome. See our contributing guide, and feel free to look around to find something that interests you. :)

Maybe add some themes to our form component? Or maybe an improvement for 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 for your own idea, email me (ayo@ayco.io) or message me on Twitter (@ayoayco).

Running locally

We mainly use the demo app to see changes we make on the packages. Do the following to start hacking:

  1. Fork the project then clone to your computer
git clone git@github.com:<your-user-name>/astro-reactive-library.git
  1. Go into the project directory
cd astro-reactive-library
  1. Install the node dependencies
npm i
  1. Run the demo application
npm start
  1. Open the demo application on you browser. Browse to the address:
https://localhost:3000
  1. To run the tests:
npm test

Other apps

We also maintain the docs website and the project landing page in this repository. Run the following to start the dev servers:

npm run docs
npm run landing-page

Contributors

This project is only possible because of the support and contribution of our community ❤️

👉 Join our contributors!