VStepperVertical API
name | type | default |
|---|---|---|
boolean
| false | |
Places the labels beneath the step. | ||
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 | '$collapse' | |
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 | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Icon to display when step is marked as completed. | ||
boolean
| false | |
Puts all children components into a disabled state. | ||
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 | undefined | |
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. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Icon to display when step has an error. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$expand' | |
Icon used when the expansion panel is in a expandable state. | ||
boolean
| false | |
Removes the expansion-panel’s elevation and borders. | ||
boolean
| false | |
Makes the expansion-panel headers focusable. | ||
boolean
| false | |
Hide the expand icon in the content title. | ||
SelectItemKey | 'props' | |
Props object that will be applied to each item component. | ||
(string | Record<string, any>)[] | [] | |
An array of strings or objects used for automatically generating children components. | ||
SelectItemKey | 'title' | |
Property on supplied | ||
SelectItemKey | 'value' | |
Property on supplied | ||
boolean | 'force' | 'force' | |
Forces at least one item to always be selected (if available). | ||
number
| undefined | |
Sets a maximum number of selections that can be made. | ||
boolean
| false | |
Forces the stepper into a mobile state, removing labels from stepper items. | ||
number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | undefined | |
Overrides the display configuration default screen size that the component should be considered in mobile. | ||
unknown
| undefined | |
Controls expanded panel(s). Defaults to an empty array when using multiple prop. It is recommended to set unique | ||
boolean
| false | |
Allows one to select multiple items. | ||
string
| '$vuetify.stepper.next' | |
The text used for the Next button. | ||
boolean
| false | |
Allow user to jump to any step. | ||
string
| '$vuetify.stepper.prev' | |
The text used for the Prev button. | ||
boolean
| false | |
Makes the entire expansion panel 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. | ||
string
| undefined | |
Configure the active CSS class applied when an item is selected. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string
| undefined | |
Specify a theme for this component and all of its children. | ||
boolean
| false | |
Removes the border-radius. | ||
'default' | 'inset' | 'accordion' | 'popout' | 'accordion' | |
Applies a distinct style to the component. | ||
name | type | |
|---|---|---|
[unknown] | ||
Event that is emitted when the component’s model changes. | ||
Slot for customizing header items when using the items prop. | ||
Slot for customizing the content for each step. | ||
Slot for the actions. | ||
The default Vue slot. | ||
Slot for customizing all stepper item icons. | ||
Slot for customizing the next step functionality | ||
Slot for customizing the prev step functionality | ||
Slot for the component’s subtitle content. | ||
Slot for the component’s title content. | ||