Double Border Pricing Card
A production-scale, light + dark Double Border Pricing Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add double-border-pricing-cardLive preview available in the gallery.
Usage
import { DoubleBorderPricingCard } from "@lerpa/ui";
<DoubleBorderPricingCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| planName | string | — | |
| priceMonthly | number | — | |
| priceAnnually | number | — | |
| isAnnual | boolean | — | |
| description | string | — | |
| features | string[] | — | |
| badgeText | string | — | |
| ctaText | string | — | |
| onCtaClick | () => void | — | |
| laserColor1 | string | — | |
| laserColor2 | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.