To install this module run:
npm install react-multistep
next, require it inside of your app:
var Multistep = require('react-multistep').Multistep
To build included example:
npm run build
Now open ./example/index.html in your favorite browser
First clone the repository and then run:
npm install
To test run:
npm test