React steps component.
npm install basic-react-stepsReact steps component.


!npm bundle size
!GitHub code size in bytes
Example: https://hamzaolak.github.io/basic-react-steps/
1. install package
npm install basic-react-steps
2. Usage
``javascript`
import { Step, StepList } from 'basic-react-steps'
import ExampleIcon from './ExampleIcon'
...
...
if you use react-svg-loader you can use icon this way:
`icon={``
| Props | Necessity | Type | Description |
| ------------ | ------------ | ------------ | ------------ |
| stepNumber | compulsory | number | Select the which child is active...start with 0. |
| Props | Necessity | Type | Description |
| ------------ | ------------ | ------------ | ------------ |
| title | optional | String | Step Title |
| description | optional | String | Step Description |
| icon | optional | React Component | Set icon with use react component or Dom element |
contact: hamzaolak2@gmail.com