Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quri/react-form-builder
A Form Builder for React.js (deprecated)
https://github.com/quri/react-form-builder
Last synced: 3 months ago
JSON representation
A Form Builder for React.js (deprecated)
- Host: GitHub
- URL: https://github.com/quri/react-form-builder
- Owner: trax-retail
- License: mit
- Archived: true
- Created: 2014-08-27T20:37:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T16:26:06.000Z (almost 8 years ago)
- Last Synced: 2024-05-21T04:15:34.596Z (6 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 3.23 MB
- Stars: 53
- Watchers: 27
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react - react-form-builder - A Form Builder for React.js
README
# React Form Builder
A comprehensive Form Builder for React that handles persistence and rendering.
## Docs
- [Using the Form Handler](/docs/FormHandler.md)
## Running Examples
```shell
git clone [email protected]:quri/react-form-builder.git
cd react-form-builder
npm install
npm run examples
```Then open http://localhost:8080/webpack-dev-server/
# Build and Release
```shell
npm run build-npm
npm publish
```