Steps
A series of steps. The component supports manual (for a static list) and a dynamic options configuration. You can set up a linear steps execution, or allow steps selection when required. The component supports both vertical and horizontal orientation and displays step completion.
Methods
Method
Description
selectStep()
selects a step by index
prev()
selects a preious step
next()
selects the next step
reset()
resets steps
Triggers
Triggers allow you to launch certain actions upon different events.
On Init
Calls for an action on component's initialization
On Step Change
Calls for an action when a step is changed
Last updated