https://github.com/legitcode/forms
Form and schema builder for React **not ready for use yet**
https://github.com/legitcode/forms
Last synced: 9 days ago
JSON representation
Form and schema builder for React **not ready for use yet**
- Host: GitHub
- URL: https://github.com/legitcode/forms
- Owner: Legitcode
- License: mit
- Created: 2015-05-26T19:54:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T22:13:15.000Z (over 10 years ago)
- Last Synced: 2025-11-27T10:00:45.206Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 444 KB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## reactable-forms
#### Form and schema building tools for React
### NOTICE!
On verision 0.3 the manual form component does not currently work,
only the Auto form generation. For a working manual form, please use
version 0.2.4
### See an example
Pull down the repo
```bash
npm install
npm run example
```
### Installation
```bash
npm install reactable-forms
```
### Testing
```bash
npm test
```