Bottom Sheet Filter Panel
A production-scale, light + dark Bottom Sheet Filter Panel component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add bottom-sheet-filter-panelLive preview available in the gallery.
Usage
import { BottomSheetFilterPanel } from "@lerpa/ui";
<BottomSheetFilterPanel />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isOpen | boolean | - | |
| onClose | () => void | - | |
| onApply | (filters: FilterPanelState) => void | — | |
| categoriesList | string[] | — | |
| initialFilters | FilterPanelState | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.