Three D Product Perspective Card
A production-scale, light + dark Three D Product Perspective Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add three-d-product-perspective-cardLive preview available in the gallery.
Usage
import { ThreeDProductPerspectiveCard } from "@lerpa/ui";
<ThreeDProductPerspectiveCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| image | string | - | |
| title | string | - | |
| category | string | - | |
| price | string | - | |
| rating | number | — | |
| description | string | — | |
| onActionClick | () => void | — | |
| actionText | string | — | |
| badge | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.