Cart Slide Over Drawer
A production-scale, light + dark Cart Slide Over Drawer component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add cart-slide-over-drawerLive preview available in the gallery.
Usage
import { CartSlideOverDrawer } from "@lerpa/ui";
<CartSlideOverDrawer />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isOpen | boolean | — | |
| onClose | () => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.