Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/header-with-logo-and-badge
Usage
import { HeaderWithLogoAndBadge } from "@/components/emails/marketing/headers/header-with-logo-and-badge";<HeaderWithLogoAndBadge {...HeaderWithLogoAndBadge.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
logoUrl | string | - | Logo image URL |
logoAlt | string | "Logo" | Alt text for logo |
href | string | "#" | Logo link URL |
theme | EmailTheme | defaultTheme | Email theme styling |