Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/theme-notion
Usage
import { Tailwind } from "react-email";
import { notionTheme } from "@/components/emails/themes/notion";
<Tailwind config={notionTheme}>{/* Your email content */}</Tailwind>;