Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/block-invite-default
Usage
import { InviteDefault } from "@/components/emails/invite-default";<InviteDefault {...InviteDefault.PreviewProps} />API Reference
Invitation Emails
| Prop | Type | Default | Description |
|---|---|---|---|
logoUrl | string | - | URL of the product logo |
inviterName | string | "Someone" | Name of the inviter |
inviterAvatarUrl | string | - | URL of inviter's avatar |
_teamName | string | "Acme Team" | Team or project name |
role | string | "Member" | Invited role |
ctaLabel | string | "Join Team" | CTA button label |
ctaHref | string | "#" | CTA button link |
_productName | string | "Acme" | Product name |