VStepperItem API
name | type | default |
|---|---|---|
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
boolean
| false | |
Marks step as complete. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$complete' | |
Icon to display when step is marked as completed. | ||
boolean
| false | |
Removes the ability to click or target the component. | ||
boolean
| false | |
Marks step as editable. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$edit' | |
Icon to display when step is editable. | ||
boolean
| false | |
Puts the stepper item in a manual error state. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$error' | |
Icon to display when step has an error. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Apply a specific icon using the v-icon component. | ||
boolean | { class: string; keys: string[] } | true | |
Applies the v-ripple directive. | ||
ValidationRule[] | [] | |
Accepts a mixed array of types | ||
string
| undefined | |
Configure the active CSS class applied when an item is selected. | ||
string
| undefined | |
Specify a subtitle text for the component. | ||
string
| undefined | |
Specify a title text for the component. | ||
any
| undefined | |
The value used when the component is selected in a group. If not provided, a unique ID will be used. | ||
name | type | |
|---|---|---|
[{ value: boolean }] | ||
Event that is emitted when an item is selected within a group. | ||
The default Vue slot. | ||
Slot for customizing all stepper item icons. | ||
Slot for the component’s subtitle content. | ||
Slot for the component’s title content. | ||