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
이름
active-class
디폴트
'v-item--active'
타입
string
Components.ItemGroups.
이름
dark
디폴트
false
타입
boolean
다크 테마를 적용
이름
light
디폴트
false
타입
boolean
라이트 테마를 적용
이름
mandatory
디폴트
false
타입
boolean
Components.ItemGroups.
이름
max
디폴트
undefined
타입
number | string
최대 너비(maximum width)를 설정
이름
multiple
디폴트
false
타입
boolean
Components.ItemGroups.
이름
value
디폴트
undefined
타입
any
표시여부를 조절 (Controls visibility)