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