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
prev()
selects a previous step
next()
selects the next step
reset()
resets the component
selectStep()
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