Pricing Table Matrix
A production-scale, light + dark Pricing Table Matrix component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add pricing-table-matrixLive preview available in the gallery.
Usage
import { PricingTableMatrix } from "@lerpa/ui";
<PricingTableMatrix />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| tiers | PricingMatrixTier[] | — | |
| rows | PricingFeatureRow[] | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.