Skip to main content

Chip

The Chip component is used to convey small pieces of information. Using the close property, the chip becomes interactive, allowing user interaction.

info

For more details about Vuetify’s usage of Chip component, click Chip page.
For more prop explanations, click Vuetify Chip API page.

Props

AttributeDescriptionTypeDefault
activeClassConfigure the active CSS class applied when the link is active.stringundefined
activeDetermines whether the chip is visible or not.booleantrue
appendSetting append prop always appends the relative path to the current path.booleanfalse
classAllows custom properties to take effect.stringundefined
closeAdds remove button.booleanfalse
closeIconChange the default icon used for close chips.stringundefined
draggableMakes the chip draggable.booleanfalse
exactExactly match the link. Without this, ‘/’ will match every route.booleanfalse
filterDisplays a selection icon when selected.booleanfalse
filterIconChange the default icon used for filter chips.stringundefined
hrefDesignates the component as anchor and applies the href attribute.stringundefined
labelRemoves circle edges.booleanfalse
largeMakes the component large.booleanfalse
linkExplicitly define the chip as a link.booleanfalse
pillRemove Avatar padding.booleanfalse
replaceSetting replace prop will call router.replace() instead of router.push() when clicked, so the navigation will not leave a history record.booleanfalse
rippleApplies the ripple directive.stringundefined
smallMakes the component small.booleanfalse
tabindexAllows component to give and receive focus.numberundefined
tagSpecify a custom tag used on the root element.stringspan
toDenotes the target route of the link.stringundefined
textColorApplies a specified color to the control text.stringundefined
xSmallMakes the component extra small.booleanfalse
xLargeMakes the component extra large.booleanfalse
visibleVisibility of Chip component.booleantrue

Events

AttributeDescription
clickEmitted when component is clicked
click:closeEmitted when close icon is clicked
inputThe updated bound model
update:activeEmitted when close icon is clicked, sets active to false