Step
Step identifies one logical point in a Stepper and may render its active content.
| Parameter | Description |
|---|---|
| step | Zero-based position in the Stepper. |
| label | Short visible step label. |
| description | Supporting explanation for the step. |
| indicator | |
| status | |
| isDisabled | |
| isOptional | |
| if | Conditional rendering expression. |
Usage
xml<Step step="0" label="Details" description="Enter the required information." />