VStepperVerticalItem API
name | type | default |
|---|---|---|
string
| undefined | |
Applies specified color to the control’s background. Used on components that also support the color prop. - supports utility colors with or without | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | ||
Icon used when the expansion panel is in a collapsable state. | ||
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 | |
Disables the expansion-panel content. | ||
boolean
| false | |
Forces the component’s content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO. | ||
boolean
| false | |
Marks step as editable. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$edit' | |
Icon to display when step is editable. | ||
string | number | undefined | |
Designates an elevation applied to the component between 0 and 5. You can find more information on the elevation page. | ||
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 | ||
Icon used when the expansion panel is in a expandable state. | ||
boolean
| false | |
Makes the expansion panel content focusable. | ||
string | number | undefined | |
Sets the height for the component. | ||
boolean
| false | |
Hide the expand icon in the content title. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Apply a specific icon using the v-icon component. | ||
string | number | undefined | |
Sets the maximum height for the component. | ||
string | number | undefined | |
Sets the maximum width for the component. | ||
string | number | undefined | |
Sets the minimum height for the component. | ||
string | number | undefined | |
Sets the minimum width for the component. | ||
boolean
| false | |
Makes the expansion panel content read only. | ||
boolean | { class: string; keys: string[] } | false | |
Applies the v-ripple directive. | ||
string | number | boolean | undefined | |
Designates the border-radius applied to the component. This can be 0, xs, sm, true, lg, xl, pill, circle, and shaped. Find more information on available border radius classes on the Border Radius page. | ||
ValidationRule[] | [] | |
Accepts a mixed array of types | ||
string
| undefined | |
Configure the active CSS class applied when an item is selected. | ||
boolean
| false | |
Remove title size expansion when selected. | ||
string
| undefined | |
Specify a subtitle text for the component. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string
| undefined | |
Specify content text for the component. | ||
boolean
| false | |
Removes any applied border-radius from the component. | ||
string
| undefined | |
Specify a title text for the component. | ||
any
| undefined | |
Controls the opened/closed state of content. | ||
string | number | undefined | |
Sets the width for the component. | ||
name | type | |
|---|---|---|
[] | ||
Event emitted when clicking the finish button | ||
[] | ||
Event emitted when clicking the next button | ||
[] | ||
Event emitted when clicking the previous button | ||
Slot for the actions. | ||
The default Vue slot. | ||
Slot to override the icon | ||
Slot to override the next button | ||
Slot to override the previous button | ||
Slot for the component’s subtitle content. | ||
Slot for the component’s text content. | ||
Slot for the component’s title content. | ||