# 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
.
# Usage
The core usage of the v-item-group
is to create groups of anything that should be controlled by a model.
# API
# Examples
# Props
# Active class
The active-class property allows you to set custom CSS class on active items.
# Mandatory
mandatory item groups must have at least 1 item selected.
# Multiple
Item groups can have multiple items selected.
# Misc
# Chips
Easily hook up a custom chip group.
# Selection
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.
Ready for more?
Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:07/06/2020, 1:12:04 PM