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