BlogPlaygroundOne

VItemGroup API


Props
name
type
default
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.

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
'v-item--selected'

Configure the selected CSS class. This class will be available in v-item default scoped slot.

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.

Events
name
type
[unknown]

Event that is emitted when the component’s model changes.

Slots
{ isSelected: (id: string) => boolean select: (id: string, value: boolean) => void next: () => void prev: () => void selected: string[] }

The default Vue slot.

SASS Variables
name
default
0.2s settings.$standard-easing