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.
Ниже приведена коллекция простых и сложных примеров.
Item groups can have multiple items selected.
mandatory item groups must have at least 1 item selected.
activeClass property allows you to set custom CSS class on active items.
Icons can be used as toggle buttons when they allow selection, or deselection, of a single choice, such as marking an item as a favorite.
Easily hook up a custom chip group.
Готовы к большему? Продолжить чтение с: