react-wizard-component
v1.0.0
Published
Responsive ReactJS multistep form component
Downloads
8
Readme
Responsive ReactJS multi step form component
Instructions
To install this module run:
npm install react-multistepnext, 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 stepSupports a validation callback
WizardRef.next() // goes to the next step
WizardRef.back() // goes to the previous step
WizardRef.skip() // jumps to the desired stepTo build included example:
npm run buildNow open ./example/index.html in your favorite browser
