VChipGroup API
name | type | default |
|---|---|---|
string
| undefined | |
Sets the color of component when not focused. Recommended with | ||
boolean
| false | |
Forces the selected chip to be centered. | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
boolean
| false | |
Remove horizontal pagination and wrap items as needed. | ||
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
| false | |
Applies an checkmark icon in front of every chip for using it like a filter. | ||
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' | |
Specify the icon to use for the next icon. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | '$prev' | |
Specify the icon to use for the prev icon. | ||
boolean
| false | |
Keeps the last active element visible when resizing the scrollable container. | ||
string
| 'v-chip--selected' | |
Configure the active CSS class applied when an item is selected. | ||
string | boolean | false | |
Force the display of the pagination arrows. | ||
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. | ||
string
| undefined | |
Specify a theme for this component and all of its children. | ||
(a: any, b: any) => boolean | undefined | |
Apply a custom comparison algorithm to compare model-value and values contains in the items prop. | ||
'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain' | 'tonal' | |
Applies a distinct style to the component. | ||
name | type | |
|---|---|---|
[unknown] | ||
Event that is emitted when the component’s model changes. | ||
The default Vue slot. | ||
name | default |
|---|---|
4px 8px 4px 0 | |
4px 0 | |
var(--v-activated-opacity) |