Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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
```