react-wizard-component
v1.0.0
Published
Responsive ReactJS multistep form component
Downloads
3
Readme
Responsive ReactJS multi step form component
Instructions
To install this module run:
npm install react-multistep
next, require it inside of your app:
var Wizard = require('react-wizard-component')
Parent component with three public methods to navigate the steps:
WizardRef.next() // goes to the next step
WizardRef.back() // goes to the previous step
WizardRef.skip() // jumps to the desired step
Supports a validation callback
WizardRef.next() // goes to the next step
WizardRef.back() // goes to the previous step
WizardRef.skip() // jumps to the desired step
To build included example:
npm run build
Now open ./example/index.html in your favorite browser