Skip to content
kapable

Steps

Navigation · 1 export · v0.1.0 · showcase

Discrete progress through a known sequence with semantic current-step state.

Browse 72 component families

Usage

Steps usage
<Steps label="Setup" current={1} steps={[{ label: 'App' }, { label: 'Review' }]} />

API

Steps API

StepsProps

Steps props
proptypenotes
stepsStep[]
currentnumber0-based index of the current step.
label?stringAccessible name for the nav. Default 'Steps'.
orientation?'horizontal' | 'vertical''horizontal' (default) or 'vertical' for tall sidebars.
mix?MixInput

More in Navigation

More in Navigation