React UI component for a progress bar with multiple steps
npm install patchkit-stepped-progress-barComponent from PatchKit.
``jsx`
import SteppedProgressBar from 'patchkit-stepped-progress-bar'
3 steps:
`jsx`
4 steps:
`jsx`
Add the ability to click on past steps, to jump back:
`jsx`
const onGotoStep = step => console.log('Going back to step', step)
Label each step:
`jsx`
Use the .less file:
`less``
@import "node_modules/patchkit-stepped-progress-bar/styles.less"
GPL 3