Responsive pricing table with plan cards, feature lists, and tooltips.
npx bouncekit@latest add pricingtableUsage
import { PricingTable } from "@/components/marketing/pricing-table"Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | yes | Section heading. |
subheading | string | — | Optional sub-heading. |
plans | PricingPlan[] | yes | Pricing tiers to display. |