Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/full-width-testimonial
Usage
import { FullWidthTestimonial } from "@/components/emails/marketing/testimonials/full-width-testimonial";<FullWidthTestimonial {...FullWidthTestimonial.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
quote | string | - | Testimonial quote text |
author | string | - | Author name |
role | string | - | Author role/company |
avatarUrl | string | - | Author avatar URL |
theme | EmailTheme | defaultTheme | Email theme styling |