Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/header-with-logo-and-finance-stats
Usage
import { HeaderWithLogoAndFinanceStats } from "@/components/emails/marketing/headers/header-with-logo-and-finance-stats";<HeaderWithLogoAndFinanceStats
{...HeaderWithLogoAndFinanceStats.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 |