See it all in action
Live demo shop with every component working together
FilterSidebar
Filter panel with collapsible sections
npx shadcn@latest add https://registry.rifan.xyz/r/filter-sidebar.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
sections* | FilterSection[] | — | Filter sections |
selectedFilters* | object | — | Selected filters |
onFilterChange* | Function | — | Filter change handler |
Filters
Usage
import { FilterSidebar } from '@revannasser/ecommerce-ui'
// Filter panel with collapsible sections
<FilterSidebar
sections={...}
selectedFilters={...}
onFilterChange={...}
/>