react-wizard-component

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-wizard-component

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hatchback