Themes
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/testimonial-with-cta
Usage
import { TestimonialWithCta } from "@/components/emails/marketing/testimonials/testimonial-with-cta";
<TestimonialWithCta variant="split" />;Examples
Centered
Split
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "centered" | "split" | "centered" | Testimonial layout |
quote | string | copy | Testimonial copy |
theme | EmailThemeTokens | defaultTheme | Email theme styling |