Classes list

Every class Chip recognizes, straight from the @flickui/css source.

ClassPurpose
.chipBase class — required on every chip
.chip-labelWraps the visible text (clipped with an ellipsis if it overflows)
.chip-leading / .chip-trailingIcon slots before/after the label
.chip-dotSmall colored dot, typically used as a leading status indicator
.chip-faceWraps clickable inner content when the chip itself isn't the interactive element
.chip-removeThe dismiss button inside a removable chip
.chip-clickableMarks a non-<button> chip as clickable (adds pointer cursor)
.action-dismissBehavior hook on .chip-remove — triggers the removal animation
.is-selectedRuntime state — synced from a checkbox-backed chip's checked state
.is-removingRuntime state — the fade/collapse-out transition before DOM removal