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