Flip Card Product Vertical
A production-scale, light + dark Flip Card Product Vertical component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add flip-card-product-verticalLive preview available in the gallery.
Usage
import { FlipCardProductVertical } from "@lerpa/ui";
<FlipCardProductVertical />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| frontImage | string | - | |
| frontTitle | string | - | |
| frontCategory | string | - | |
| frontPrice | string | - | |
| backTitle | string | — | |
| backDescription | string | — | |
| backSpecs | ProductSpec[] | — | |
| actionText | string | — | |
| onActionClick | () => void | — | |
| trigger | 'hover' | 'click' | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.