Item Groups

The v-item-group provides the ability to create a group of selectable items out of any component. This is the baseline functionality for components such as v-tabs and v-carousel.

Применение

The core usage of the v-item-group is to create groups of anything that should be controlled by a model.

API

v-item-group
Имя
active-class
По умолчанию
'v-item--active'
Тип
string

Класс для активного элемента

Имя
dark
По умолчанию
false
Тип
boolean

Применяет тёмный вариант темы

Имя
light
По умолчанию
false
Тип
boolean

Применяет светлый вариант темы

Имя
mandatory
По умолчанию
false
Тип
boolean

Значение должно быть определено или первое доступное значение будет выбрано

Имя
max
По умолчанию
undefined
Тип
number | string

Устанавливает максимальную ширину

Имя
multiple
По умолчанию
false
Тип
boolean

Включение множественного выбора. Свойство value принимает массив

Имя
value
По умолчанию
undefined
Тип
any

Контроль видимости

Примеры

Chips

Easily hook up a custom chip group.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore