Let your data build your UI, with Astro components
Find a file
Fazza Razaq Amiarso 2fd25b7d93
feat: initial form control state (#60)
* Form control tries

* feat: implement form-control state

* fix: organize client methods

* fix(client): return undefined instead of throwing error

* fix: fix exports and lint

* fix: Change implementation of setting isPristine with proxy
2022-10-07 07:35:01 +02:00
.github devops: build step checks packages (#57) 2022-10-06 16:53:28 +02:00
.vscode Initial commit 2022-09-25 20:09:11 +02:00
demo feat: initial form control state (#60) 2022-10-07 07:35:01 +02:00
packages feat: initial form control state (#60) 2022-10-07 07:35:01 +02:00
.gitignore Chore project clean up (#42) 2022-10-04 19:18:17 +02:00
CODE_OF_CONDUCT.md chore: implement recommended community standards (#27) 2022-10-04 12:47:39 +02:00
CONTRIBUTING.md #49 [docs]: add links to docs (#50) 2022-10-06 23:20:47 +02:00
LICENSE chore: implement recommended community standards (#27) 2022-10-04 12:47:39 +02:00
package-lock.json devops: set up package linting (#53) 2022-10-06 16:01:23 +02:00
package.json devops: set up package linting (#53) 2022-10-06 16:01:23 +02:00
README.md Chore project clean up (#42) 2022-10-04 19:18:17 +02:00
tsconfig.json chore: clean up monorepo 2022-10-01 15:44:39 +02:00

library-cover

Build and Test github

Components and utilities for building reactive user interfaces 🔥

Let your data build your UI. Blazing-fast, reactive user interfaces with native Astro components and architecture.

Packages Version Docs Description
astro-reactive-form npm 🛠 generate a dynamic form which can be modified programatically
astro-reactive-validator 🛠 🛠 set of utilities for validating inputs
astro-reactive-datagrid 🛠 🛠 generate a dynamic datagrid or table 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 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

Please report issues and suggestions

Contributors

👉 Join our contributors!