react-steps

Steps component for react

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-steps
5020.0.67 years ago9 years agoMinified + gzip package size for react-steps in KB

Readme

react-steps
Steps component for react Demo : http://jakubzloczewski.github.io/react-steps/

Instructions

To install this module run: ```sh npm install react-steps ``` require it inside of your app ```js var Steps = require('react-steps'); ``` to compile example with webpack ```sh webpack ``` Tu run example localy just open ./example/index.html in browser