React steps component
npm install
npm start
<Steps current={1}>
<Steps.Step title="first" />
<Steps.Step title="second" />
<Steps.Step title="third" />
</Steps>
http://localhost:8002/examples
online example: http://react-component.github.io/steps/examples/
rc-steps is released under the MIT license.