0
Sponsor

Stripe Theme

Theme inspired by Stripe's branding for React Email.

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>;