react-form-builder
React form builder using json schema
Install
npm install --save @guidesmiths/react-form-builder
Usage
import React, { Component } from 'react'
import MyComponent from 'react-form-builder'
import 'react-form-builder/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
To contribute
npm install
npm start
- Open another tab and do
cd example
npm install
npm start
See localhost:3000
Any change on the root src library will be reflected on the usage in the example folder.
Example
http://guidesmiths-react-form-builder.s3-website.eu-central-1.amazonaws.com/
License
MIT © Guidesmiths