# Chip

<flow-chip>
Stable

Chip components can be used to display user selections such as filter conditions.

The chip component displays an optional 'clear' button. The component emits a flowClear event when the clear button is clicked. Intercept this event to remove the chip and clear the option that the chip represents.

# Examples

# Colors

# Sizes

# Clearable Chips

Chips emit the flowClear event when their clear button is clicked.