npm install react-progress-stepsreact-progress-steps
``bash`
npm install react-progress-steps --save
`jsx`

You can disable the custom styling and use your own css.
This will render divs with appropriate classes but no styling at all.
`jsx`
`scss
.ProgressSteps {
&-Step {
/ ... /
&-activated {
/ ... /
}
&-deactivated {
/ ... /
}
&-current {
/ ... /
}
}
&-Line {
/ ... /
&-activated {
/ ... /
}
&-deactivated {
/ ... /
}
}
}
``