react-steps-custom-count
v0.0.2
Published
Steps component for react with option to add custom count
Downloads
5
Readme
react-steps
Steps component for react
Demo : http://jakubzloczewski.github.io/react-steps/
Instructions
To install this module run:
npm install react-stepsrequire it inside of your app
var Steps = require('react-steps');to compile example with webpack
webpackTu run example localy just open ./example/index.html in browser
