Coupon Scratch Card
A production-scale, light + dark Coupon Scratch Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add coupon-scratch-cardLive preview available in the gallery.
Usage
import { CouponScratchCard } from "@lerpa/ui";
<CouponScratchCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| promoCode | string | - | |
| discount | string | - | |
| title | string | — | |
| subtitle | string | — | |
| coating | 'silver' | 'gold' | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.