Tinder Stack Card
A production-scale, light + dark Tinder Stack Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add tinder-stack-cardLive preview available in the gallery.
Usage
import { TinderStackCard } from "@lerpa/ui";
<TinderStackCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| cards | TinderCard[] | — | |
| label | string | — | |
| onAction | (action: 'like' | 'dislike', card: TinderCard) => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.