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