Docs Components
FilterBarexperimental
Search plus a few facet dropdowns, with a live count of results — so people always see what a filter just did.
API
| Prop | Type | Description |
|---|---|---|
searchValue / onSearchChange required | string / function | Controlled instant search. |
children | ReactNode | Facet Selects; each carries its own aria-label. |
summary | string | 'N of M' live result count. |
Guidelines
- mustEvery facet has an 'All …' first option; the empty state offers Clear filters.
- shouldMore than four facets means the screen needs the faceted panel pattern (Search screen), not more selects.