3.3.1 • Published 5 years ago

ssrc-steps v3.3.1

Weekly downloads
3
License
-
Repository
github
Last release
5 years ago

rc-steps


React steps component.

NPM version build status Test coverage npm download

Usage

npm install rc-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/steps/examples/

API

Steps.Step

Development

npm install
npm start

License

rc-steps is released under the MIT license.