0.0.8 • Published 5 years ago

react-wizard-simple v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-wizard-simple

A super-fast, bare-bones package to get you started creating a wizard with React hooks.

Built with React 16.9, and modern APIs. Functions over classes, maintaining state with Custom Hooks.

NPM JavaScript Style Guide

Install

npm i react-wizard-simple

Usage

import * as React from 'react'

import { Wizard, Steps, Step, Navigation } from 'react-wizard-simple'
<Wizard>
  <Steps>
    <Step>
      step 1
    </Step>
    <Step>
      step 2
    </Step>
  </Steps>
  <Navigation />
</Wizard>

License

MIT © brianyang


0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.1

5 years ago