Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/mjml-avatar-row
Usage
import { AvatarRow } from "@/components/emails/avatar-row";<AvatarRow {...AvatarRow.PreviewProps} />API Reference
Avatar Row
| Prop | Type | Default | Description |
|---|---|---|---|
theme | EmailTheme | defaultTheme | Email theme styling |
users | Array<{name, avatarUrl}> | - | List of users |