Tilt Glare Product Card
A production-scale, light + dark Tilt Glare Product Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add tilt-glare-product-cardLive preview available in the gallery.
Usage
import { TiltGlareProductCard } from "@lerpa/ui";
<TiltGlareProductCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| image | string | - | |
| title | string | - | |
| price | string | - | |
| category | string | - | |
| badge | string | — | |
| rarity | 'common' | 'rare' | 'epic' | 'legendary' | — | |
| onActionClick | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.