Keyboard Safe Bottom Drawer
A production-scale, light + dark Keyboard Safe Bottom Drawer component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add keyboard-safe-bottom-drawerLive preview available in the gallery.
Usage
import { KeyboardSafeBottomDrawer } from "@lerpa/ui";
<KeyboardSafeBottomDrawer />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isOpen | boolean | - | |
| onClose | () => void | - | |
| title | string | — | |
| children | React.ReactNode | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.