# Chips Interactive pill-shaped elements for filters, categories, and selections. Use for multi-select interfaces, tag filters, or skill selectors. ## Basic Example ```html
``` ## Selected State Use `.selected` class or `aria-pressed` attribute: ```html ``` ## With Icons ```html ``` Icons are automatically sized to `1em`. ## Mini Variant Smaller chips for compact spaces: ```html ``` ## Disabled State ```html ``` ## Filter Selection Pattern ```html
Select your skills:
``` ## Styling Details - Pill shape with `border-radius: var(--br-xxl)` - Border: `var(--border-1)` - Selected state: primary color background - Hover/focus/active states included - Fluid typography at `--fl: -1` (smaller text) ## Chips vs Tags - **Chips** are interactive (clickable, selectable) - **Tags** are for display (category labels, metadata) ## See Also - [Tags](https://graffiti-ui.com/llms/tags.txt) - Non-interactive category labels - [Buttons](https://graffiti-ui.com/llms/buttons.txt) - Standard buttons