Drag Wishlist Bucket
A production-scale, light + dark Drag Wishlist Bucket component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add drag-wishlist-bucketLive preview available in the gallery.
Usage
import { DragWishlistBucket } from "@lerpa/ui";
<DragWishlistBucket />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| products | Product[] | — | |
| title | string | — | |
| subtitle | string | — | |
| bucketLabel | string | — | |
| onAdd | (product: Product) => void | — | |
| onRemove | (product: Product) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.