0
Sponsor

GitHub Theme

GitHub-inspired theme for React Email.

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