rmc-steps
v1.0.1
Published
steps ui component for react mobile
Downloads
72,412
Readme
rmc-steps
React steps component.
Usage
npm install rmc-steps
<Steps current={1}>
<Steps.Step title="first" />
<Steps.Step title="second" />
<Steps.Step title="third" />
</Steps>
Example
http://localhost:8002/examples
online example: http://react-component.github.io/m-steps/examples/
API
Steps.Step
Development
npm install
npm start
License
rmc-steps is released under the MIT license.