Skip to content

ashutoshcocodewire/react-multistep

 
 

Repository files navigation

Responsive ReactJS multi step form component

ES6, React 15.0.1, Babel 6.5

version downloads MIT License

Working demo

[List of forks] (https://github.com/srdjan/react-multistep/network/members)

Instructions

To install this module run:

npm install react-multistep

next, require it inside of your app:

var Multistep = require('react-multistep').Multistep

To build included example:

npm run build

Now open ./example/index.html in your favorite browser

Dev instructions

First clone the repository and then run:

npm install

To test run:

npm test

About

ReactJS multistep form component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.8%
  • JavaScript 35.0%
  • HTML 2.2%