reactive-form-builder.mp4
React based dynamic form builder application that lets you create a dynamic form with custom buttons, text boxes and other tools. App provides a drag and drop environment to style your own form with customizable properties for each tool you add to the form.
- Add headers, labels or HBoxes to form builder
- Vertical sort and rearrange items
- Horizontal sort only for items added in the default demo HBox
- Add styling to all parent items in form builder
- Child item styles update
- Reset style action
- Functionality to add/delete items into Horizontal box
- Delete item functionality
React Redux, React DnD, Webpack, Node 8
- Clone preject:
git clone https://github.com/sudheeshcm/reactive-form-builder.git
- Change directory:
cd reactive-form-builder
- Install modules:
yarn
- development mode:
yarn start
- production mode:
yarn build