Stepper
A Stepper component is used to show a list of steps in a linear manner.
Loading Code Block...
Loading Code Block...
Arrangement
Section titled “Arrangement”Loading Code Block...
Props | Default | Type | Description |
---|---|---|---|
arrangement | 'horizontal' | 'vertical' | string | The arrangement of the stepper |
steps* | [] | array | An array of objects defining the stepper content: name, description |
currentStep | 1 | number | The current step of the stepper |
variant | default | string | The variant of the stepper |
truncate | false | boolean | Whether to truncate the stepper content |