Stepper
Stepper allows to separate the content between the tabs (steps) and switch between them. You can control the steps programmatically, set linear steps execution or allow step selection, and show completed step.
Methods
Method | Description |
---|---|
| selects a previous step |
| selects the next step |
| resets the component |
| selects a step by index |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Next | Calls for an action when the next step is selected |
On Prev | Calls for an action when the previous step is selected |
On Step Change | Calls for an action when a step is changed |
Last updated