Stepper
Stepper displays progress through a short sequence of related workflow steps.
| Parameter | Description |
|---|---|
| activeStep | Zero-based active step index. |
| orientation | |
| indicatorPosition | |
| density | |
| label | Accessible label for the progress sequence. |
| if | Conditional rendering expression. |
Usage
xml<Stepper activeStep="$form.step" orientation="vertical"><Step step="0" label="Details" /><Step step="1" label="Review" /><Step step="2" label="Complete" /></Stepper>