Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/mjml-testimonial
Usage
import { Testimonial } from "@/components/emails/testimonial";<Testimonial {...Testimonial.PreviewProps} />API Reference
Testimonial
| 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 |