Stepper
Last updated
Last updated
© 2024 UI Bakery
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.
Method | Description |
---|---|
Triggers allow you to launch certain actions based on different events.
prev()
selects a previous step
next()
selects the next step
reset()
resets the component
selectStep()
selects a step by index
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