rc-steps-image
v2.5.9
Published
steps ui component for react with support for images on each step
Downloads
7
Maintainers
Readme
rc-steps-image
React steps component made to work with images instead of text
Development
npm install
npm start
Usage
CHECK THE ONLY EXAMPLE PROVIDED TO SEE HOW TO USE IT!
<Steps current={1}>
<Steps.Step title="first" />
<Steps.Step title="second" />
<Steps.Step title="third" />
</Steps>
Example
http://localhost:8002/examples
License
rc-steps-image is released under the MIT license.