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