react-multistep
Responsive React multistep form component.
React 16.3.2
Examples showcase both Browserify and Webpack builds
List of forks
Instructions
To install this module run:
next, require/import it inside of your app:
Props:
showNavigation
type: boolean (default = true)
steps
type: array of objects pointing to React components
Example:
To build included example with Browserify:
or, with Webpack:
Now open ./example/index.html in your favorite browser
Dev instructions
First clone the repository and then run:
To test run: