ekeuus / steps

React Steps

Home Page:http://react-component.github.io/steps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React Steps

http://react-component.github.io/steps/

License:MIT License


Languages

Language:CSS 73.2%Language:JavaScript 26.8%