2.2.11 • Published 7 years ago

react-easy-stepper v2.2.11

Weekly downloads
27
License
-
Repository
github
Last release
7 years ago

rc-steps


React steps component

Development

npm install
npm start

Usage

<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/

License

rc-steps is released under the MIT license.