Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vuetifyjs/vuetify/llms.txt
Use this file to discover all available pages before exploring further.
Chip
TheVChip component is used to convey small pieces of information. Using the closable prop, chips can be interactive and used as filters or selections.
Usage
Props
Text content displayed in the chip
Removes the chip’s border radius
Applies pill styling (maximum border radius)
Adds a close icon which emits the
click:close event when clickedIcon to use for the close button
Accessibility label for the close button
Shows a check icon when selected (requires chip group)
Icon to display when filter is active
Avatar image URL displayed before the text
Icon displayed before the text
Avatar image URL displayed after the text
Icon displayed after the text
Makes the chip draggable
Makes the chip a link (automatically detected when using
to or href)Vue Router location for the chip link
Standard anchor href attribute
Applies the ripple directive when clickable
Controls the visibility of the chip
Removes the chip’s interactivity
CSS class applied when the chip is active
Applies specified color to the chip
Base color applied when chip is not selected
Adjusts the vertical height. Options:
default, comfortable, compactElevation level (0-24)
Sets the height and width. Options:
x-small, small, default, large, x-largeBorder radius of the chip
Specify a custom HTML tag to use on the root element
Applies a distinct style. Options:
flat, text, elevated, tonal, outlined, plainEvents
Emitted when the chip is clicked
Emitted when the close button is clicked
Emitted when the chip visibility changes
Emitted when the chip selection state changes in a group
Slots
default
The default slot for chip content. Receives selection state props when in a group
prepend
Slot for content before the text
append
Slot for content after the text
close
Slot for custom close button content
filter
Slot for custom filter icon