0.1.9 • Published 5 years ago
rw-steps v0.1.9
rc-steps
React steps component.
Usage
npm install rc-steps
<Steps current={1}>
<Steps.Step title="first" />
<Steps.Step title="second" />
<Steps.Step title="third" />
</Steps>
Example
https://react-component.github.io/steps/
API
Steps.Step
Development
npm install
npm start
License
rc-steps is released under the MIT license.