react-wizard-step
Wizard step build with React.
$3
``
bash
npm install react-wizard-step
`
$3
`
js
import React from 'react'
import WizardStep from 'react-wizard-step'
const Example = () => (
alert('success')} />
)
export default Example
``
$3
| Property | Type | Description | Default |
| ------------- | ---- | ----------- | ------- |
| afterDoneComponent | any | Component after when done was clicked | --- |
| isShowStepBar | bool | Show step bar | true |
| isShowNumber | bool | Show number of step | true |
| children | shape({title:string, subTitle:string, handler:func}) | Children component each step | --- |