Vuetify

상점

기업

The v-list-item-group provides the ability to create a group of selectable v-list-items. The v-list-item-group component utilizes v-item-group at its core to provide a clean interface for interactive lists.

By default, the v-list-item-group operates similarly to v-item-group. If a value is not provided, the group will provide a default based upon its index.

제공되는 Props, Slots, Events 와 함수들을 이용하여 원하는 컴포넌트를 직접 구현해 보세요.

간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.

You can easily disable the default highlighting of selected v-list-items. This creates a lower profile for a user's choices.

You can select multiple items at one time.

At least one item must be selected.

You can set a class which will be added when an item is selected.

Using the default slot, you can access an items internal state and toggle it. Since the active property is a boolean, we use the true-value prop on the checkbox to link its state to the v-list-item.

더 읽을 준비 되었나요? 그렇다면 아래 설명서를 더 읽어보세요!

Caught a mistake or want to contribute to the documentation? Edit Layout on GitHub!