Steps
Overview
A series of steps. The component supports manual (for a static list) and dynamic options configuration. You can set up linear steps execution or allow step selection when required. The component supports both vertical and horizontal orientation and displays step completion.

Properties
Name
Type
Description
name
string
Component name
selectedStepIndex
number
Selected step index
selectedStep
step
Selected step object
steps
step[]
Steps array
completed
boolean
Indicates whether the component is completed
Methods
Name
Parameters
Returns
Description
prev
โ
void
Select previous step
next
โ
void
Select next step
reset
โ
void
Reset stepper
selectStep
index: number
void
Select step by index
Triggers
Name
Description
On Init
Triggered when the component is initialized
On Step Change
Triggered when the selected step changes
Last updated
Was this helpful?