ChipGroup
Chip groups coordinate single or multiple chip selection while keeping the chips themselves fully reusable.
Props
| Name | Description | Default | Control |
|---|---|---|---|
disabledOptional | - boolean | undefined | false | |
selectionModeOptional | - singlemultiple | "single" | |
nameOptional | - string | undefined | - | - |
ariaLabelOptional | - string | undefined | - | - |
modelValueOptional | - SelectionGroupModelValue | - | - |
Events
| Name | Type | Description |
|---|---|---|
update:modelValue | [value: SelectionGroupModelValue] | - |
Slots
| Name | Parameters | Description |
|---|---|---|
default | - | Chip content. |