Installation
$ pnpm dlx shadcn@latest add @emailcn/full-width-single-pricing
Usage
import { FullWidthSinglePricing } from "@/components/emails/marketing/pricing/full-width-single-pricing";<FullWidthSinglePricing {...FullWidthSinglePricing.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
theme | EmailTheme | defaultTheme | Email theme styling |
PricingTier
| Prop | Type | Default | Description |
|---|---|---|---|
name | string | - | Tier name |
price | string | - | Price |
description | string | - | Tier description |
features | string[] | - | Feature list |
ctaLabel | string | - | CTA button label |
ctaHref | string | "#" | CTA button link |
popular | boolean | false | Mark as popular tier |