Skip to main content

Chip Group

The ChipGroup supercharges the Chip component by providing groupable functionality. It is used for creating groups of selections using chips.

info

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

Props

AttributeDescriptionTypeDefault
activeClassThe active-class applied to children when they are activated.stringundefined
centerActiveForces the selected chip to be centered.booleanfalse
columnRemove horizontal pagination and wrap items as needed.booleanfalse
darkApplies the dark theme.booleanfalse
mandatoryForces a value to always be selected.booleanfalse
maxSets a maximum number of selections that can be made.number-stringundefined
multipleAllow multiple selections. The value prop must be an array.booleanfalse
nextIconSpecify the icon to use for the next icon.stringundefined
prevIconSpecify the icon to use for the prev icon.stringundefined
showArrowForce the display of the pagination arrows.booleanundefined
tabIndexAllows component to give and receive focus.numberundefined
valueDetermines the active chips values.number-arrayundefined
visibleVisibility of ChipGroup component.booleantrue

Events

AttributeDescription
changeEmitted when the component value is changed by user interaction.