react-progress-steps
0.0.8 • Public • Published react-progress-steps
react-progress-steps
Quick Start
npm install react-progress-steps --save
<ProgressSteps steps={5} current={1} />
You can disable the custom styling and use your own css.
This will render divs with appropriate classes but no styling at all.
<ProgressSteps steps={5} current={1} styling={false} />
.ProgressSteps {
&-Step {
&-activated {
}
&-deactivated {
}
&-current {
}
}
&-Line {
&-activated {
}
&-deactivated {
}
}
}
Dependencies (1)
Dev Dependencies (0)
Package Sidebar
Install
npm i react-progress-steps
Weekly Downloads