CodeAI

Chips

Labeled multi-select group of Chips with Field Wrapper chrome. Preferred over composing Chip alone.

⌥-click (Option/Alt) nested elements to edit their props

Appearance

Content

State

Accessibility

Props — ChipGroup
View MUI docs
PropTypeDescription
size"large" | "medium" | "small" | "extraSmall"Pill height and type scale for every chip.
color"primary" | "secondary"Unselected border treatment.
labelStyle"thick" | "thin"Chip label weight.
labelReactNodeField label above the chip set.
helperTextReactNodeHelper or validation message below.
helperIconNameFaIconNameOptional icon beside helper text.
showHelperbooleanShow helper row when helperText is set.
optionsChipGroupOption[]Chip options (value + label; optional icons).
valuestring[]Controlled selected values (multi-select).
defaultValuestring[]Uncontrolled initial selected values.
onChange(value: string[]) => voidCalled when the selection changes.
disabledbooleanDisables the whole group.
aria-labelstringAccessible name when the field label is insufficient.