Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/boxed-cta-with-background-image
Usage
import { BoxedCtaWithBackgroundImage } from "@/components/emails/marketing/cta/boxed-cta-with-background-image";<BoxedCtaWithBackgroundImage {...BoxedCtaWithBackgroundImage.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 |