Vuetify

상점

기업

The v-chip-group supercharges the v-chip component by providing groupable functionality. It is used for creating groups of selections using chips.

Chip groups make it easy for users to select filtering options for more complex implementations. By default v-chip-group will overflow to the right but can be changed to a column only mode.

Options

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

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

Chip groups with column prop can wrap their chips.

Chip groups with mandatory prop must always have a value selected.

Chip groups with multiple prop can have many values selected.

Chip groups allow the creation of custom interfaces that perform the same actions as an item group or radio controls, but are stylistically different.

The v-chip component can have an explicit value used for its model. This gets passed to the v-chip-group component and is useful for when you don't want to use the chips index as their values.

Easily create chip groups that provide additional feedback with the filter prop. This creates an alternative visual style that communicates to the user that the chip is selected.

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

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