/
151
Sponsor

GitHub Theme

GitHub-inspired theme for React Email.

Installation

$ pnpm dlx shadcn@latest add @emailcn/react-email/theme-github

Usage

import { Tailwind } from "react-email";
import { createEmailTailwindConfig } from "@/components/email/email-theme";
import { githubTheme } from "@/components/email/theme-github";
 
<Tailwind config={createEmailTailwindConfig(githubTheme)}>
  {/* Your email content */}
</Tailwind>;