VSlideGroup API
name | type | default |
|---|---|---|
boolean
| false | |
Forces the selected component to be centered. | ||
any
| undefined | |
Adds classes to the slide group item. | ||
'vertical' | 'horizontal' | 'horizontal' | |
Switch between horizontal and vertical modes. | ||
boolean
| false | |
Puts all children components into a disabled state. | ||
boolean | 'force' | false | |
Forces at least one item to always be selected (if available). | ||
number
| undefined | |
Sets a maximum number of selections that can be made. | ||
boolean
| null | |
Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint | ||
number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | undefined | |
Sets the designated mobile breakpoint for the component. | ||
unknown
| undefined | |
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
boolean
| false | |
Allows one to select multiple items. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$next' | |
The appended slot when arrows are shown. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$prev' | |
The prepended slot when arrows are shown. | ||
boolean
| true | |
Keeps the last active element visible when resizing the scrollable container. | ||
string
| 'v-slide-group-item--active' | |
Configure the active CSS class applied when an item is selected. | ||
string | boolean | false | |
Change when the overflow arrow indicators are shown. By default, arrows always display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A show-arrows value of | ||
any
| undefined | |
The Symbol used to hook into group functionality for components like v-btn-toggle and v-bottom-navigation. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
name | type | |
|---|---|---|
[unknown] | ||
Event that is emitted when the component’s model changes. | ||
The default Vue slot. | ||
The next slot. | ||
The prev slot. | ||
Focus the component. | ||
Returns true if there are items after current index. | ||
Returns true if there are items before current index. | ||
Scroll the component to a given index. | ||
Scroll the component to a given index. | ||
Get the selected component index. | ||
name | default |
|---|---|
52px |