A simple stepped interface.
npm install multi-stepA simple React stepped interface.
npm install multi-step --save
simple example:
``
import MultiStep from 'multi-step';
Step 1
Step 2
Step 3
Step 4
`
[link to github pages site]
Don't forget to import the css. Unless you'd like to roll your own.
```
import 'multi-step/dist/multi-step.css';
1. Open an issue with detailed instructions for replciating bugs (screenshots are also helpful).
2. Fork this repo, make some changes, and submit a pull request.
Thanks, y'all.