Active Filter Chips
Horizontal row of active filter chips with individual ×-remove buttons and an optional Clear All action. Renders nothing when filters is empty.
core/active-filter-chipsInstallation
1 · Add registry to components.json
2 · Install component
Examples
Active filter chips
Composed results page
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
filtersreq | ActiveFilterChip[] | — | Active filter chip definitions with id, label, and onRemove. |
onClearAll | () => void | — | Called when Clear all is clicked. |
clearLabel | string | "Clear all" | Label for the clear-all button. |