Preview
Usage
Steps usage<Steps label="Setup" current={1} steps={[{ label: 'App' }, { label: 'Review' }]} />API
Steps APIStepsProps
| prop | type | notes |
|---|---|---|
| steps | Step[] | |
| current | number | 0-based index of the current step. |
| label? | string | Accessible name for the nav. Default 'Steps'. |
| orientation? | 'horizontal' | 'vertical' | 'horizontal' (default) or 'vertical' for tall sidebars. |
| mix? | MixInput |