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