React Form Builder

March 17, 2015 ยท View on GitHub

A comprehensive Form Builder for React that handles persistence and rendering.

Docs

  • Using the Form Handler

Running Examples

git clone git@github.com: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

npm run build-npm
npm publish

Contents

  1. 1Docs
  2. 2Running Examples