react-steper
v0.0.3
Published
react-steper provide stepper functionality.
Downloads
2
Readme
react-steper
react-steper provide stepper functionality.
Installation
react-steper requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ yarn add react-steper
How To Use Steper
Step 1
import { Steper } from 'react-steper';
Step 2
<Steper steps={['Step1', 'Step2', 'Step3']} />