v-item-group
は、任意のコンポーネントから選択可能な項目のグループを作成する機能を提供します。これは、v-tabs
やv-carousel
などのコンポーネントのベースライン機能です。
以下に、簡単な例から複雑な例まで示します。
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.
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!