Button

Reference

base"chip"
String
Base name used to style component

close-button
(attributes)
{ "base": "roundCloseButton", "modCloseButton": "size:small" }
Object
Attributes of the chips v-close-button component

mod-chipempty string
String
Style of the main chip element

nameempty string
String
Name of the component

variantempty string
String
Active variant of the element mod-* props
Slots
default
Slot for the chips content

Example

Chip
    <template>
  <v-chip>Chip</v-chip>
</template>