Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

brianyang/react-hooks-multi-step-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-hooks-multi-step-wizard

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-hooks-multi-step-wizard

Usage

import * as React from 'react'

import { Wizard, Steps, Step, Navigation } from 'react-hooks-multi-step-wizard'

const Wizard = () => (
  <Wizard>
    <Steps>
      <Step>
        step 1
      </Step>
      <Step>
        step 2
      </Step>
    </Steps>
    <Navigation />
  </Wizard>
)

License

MIT © brianyang


About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published