Coder Social home page Coder Social logo

yogishs / react-multistep Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srdjan/react-multistep

0.0 1.0 0.0 1.45 MB

React multistep form component

Home Page: http://srdjan.github.io/react-multistep/

License: MIT License

JavaScript 100.00%

react-multistep's Introduction

Responsive React multistep form component

Take it for a spin here

or, install it from NPM

React 17.0.2

Instructions

To use this module in your app run:

npm install react-multistep

next, import it inside of your app:

const MultiStep = import from 'react-multistep'

Component accepts following, optional Props:

  • 'showNavigation': controls if the navigation buttons should be visable:
prop=showNavigation 
type: boolean (default = true)
  • 'prevStyle' & 'nextStyle': control style of the navigation buttons

Finlly, as required Prop, it takes an array of objects representing individual steps:

const steps = [
              {name: 'StepOne', component: <StepOne/>},
              {name: 'StepTwo', component: <StepTwo/>},
              {name: 'StepThree', component: <StepThree/>},
              {name: 'StepFour', component: <StepFour/>}
            ];
<Multistep showNavigation={true} steps={steps}/>

If you want to explore try the included example...

  1. Start by cloning the repo locally:
//--step 1
git clone https://github.com/srdjan/react-multistep.git   //clone the repo
cd react-multistep                                        //navigate to the project folder
  1. Next, install dependencies and build the component:
npm install
npm run build 
  1. On a succesful build, navigate to the example folder and try it:
cd ../example
npm install
npm run build
npm start
  1. Now you can open the example in your favorite browser:
open index.html

react-multistep's People

Contributors

dependabot[bot] avatar davidgruebl avatar daweimau avatar kaadash avatar srdjan avatar bondos avatar jaimeagudo avatar mattparrilla avatar mike1011 avatar salomao-rodrigues avatar dreamerchandra avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.