Stepper allows to separate 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 steps.
name
string
Component name
selectedStepIndex
number
Selected step index
steps
string[]
Component steps
completed
boolean
State of completed steps
value
Current component value
children
Children components
valid
Indicates if the component is valid
prev
β
void
Select previous step
next
Select next step
reset
Reset stepper
selectStep
index: number
Select step by index
setValue
data: object
Set component data. Data is an object with arbitrary structure.
resetValue
Reset component to the initial value
validate
Trigger form validation
resetValidation
Clear validation errors
On Init
Triggered when the component is initialized
On Next
Triggered when the next step is selected
On Prev
Triggered when the previous step is selected
On Step Change
Triggered when the selected step changes
Last updated 4 months ago
Was this helpful?