0.1.6 • Published 3 years ago

react-step-it v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Simple Step Wizard for React

Install

npm install react-step-it --save

Usage

<StepWizard navButtons={true} navDots={true}>
  <Step>
    <p>Step 1 Content</p>
  </Step>
  <Step>
    <p>Step 2 Content</p>
  </Step>
  <Step>
    <p>Step 3 Content</p>
  </Step>
  <Step>
    <p>Step 4 Content</p>
  </Step>
</StepWizard>