Save 20% with annual billingSwitch to yearly and save on all plans.
ANNUAL20Pricing Card
View in FigmaA structured card for displaying subscription tiers with features, pricing, and CTAs.
Layout & StructureImport
import { PricingCard, DiscountBanner } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| tier | "basic" | "standard" | "creator" | "ultimate" | "basic" | Tier color scheme. |
| name | string | — | Plan name. |
| price | string | — | Price display string. |
| features | PricingFeature[] | — | Array of { label, included } feature items. |
| highlighted | boolean | false | Adds a prominent border and shadow. |
| cta | ReactNode | — | Call-to-action button. |