Basics
Render a Chip with text. Without onClick, it displays as a static pill. With onClick, it becomes a button. Use disabled to prevent interaction on an otherwise interactive chip.
Icons and Images
Styling
Color
Use invertColorScheme to invert foreground and background for emphasis.
Compact
Use compact for smaller chips with reduced padding.
Accessibility
When using onClick, provide an accessibilityLabel for screen readers, especially when the label text alone is ambiguous or when the chip has non-text content.