Draggable Wishlist Product Card
A production-scale, light + dark Draggable Wishlist Product Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add draggable-wishlist-product-cardLive preview available in the gallery.
Usage
import { DraggableWishlistProductCard } from "@lerpa/ui";
<DraggableWishlistProductCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| product | DraggableProduct | — | |
| onAddToWishlist | (product: DraggableProduct) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.