Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/cta-with-title-and-action-lead
Usage
import { CtaWithTitleAndActionLead } from "@/components/emails/marketing/cta/cta-with-title-and-action-lead";<CtaWithTitleAndActionLead {...CtaWithTitleAndActionLead.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
heading | string | "Get Started" | Banner heading |
subtext | string | "Join thousands of happy users." | Banner subtext |
ctaLabel | string | "Get Started" | CTA button label |
ctaHref | string | "#" | CTA button link |
theme | EmailTheme | defaultTheme | Email theme styling |