💡 Summary
A React component library for building modern, responsive, and cross-client compatible email templates.
🎯 Target Audience
🤖 AI Roast: “It finally brings React to email development, a place where `<table>` tags have been ruling with an iron fist since the dawn of the internet.”
Primary risk is dependency supply chain, as the library is a foundational component for email generation. Mitigation: Pin package versions and use lockfiles. No direct shell execution, network access, or filesystem risks are inferred from the README, but the generated HTML/email content should be sanitized to prevent injection attacks in the final email.

Introduction
A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript. It reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you.
Why
We believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2025 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today.
Install
Install one of the components from your command line.
With yarn
yarn add @react-email/components -E
With npm
npm install @react-email/components -E
With pnpm
pnpm install @react-email/components -E
Getting started
Add the component to your email template. Include styles where needed.
import { Button } from "@react-email/components"; const Email = () => { return ( <Button href="https://example.com" style={{ color: "#61dafb" }}> Click me </Button> ); };
Components
A set of standard components to help you build amazing emails without having to deal with the mess of creating table-based layouts and maintaining archaic markup.
- Body
- Button
- CodeBlock
- CodeInline
- Column
- Container
- Divider
- Font
- Head
- Heading
- Html
- Image
- Link
- Markdown
- Paragraph
- Preview
- Section
Integrations
Emails built with React Email can be converted into HTML and sent using any email service provider. Here are some examples:
Support
All components were tested using the most popular email clients.
| | | | | | | | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | | Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
Development workflow
Contributing
Authors
- Bu Kinoshita (@bukinoshita)
- Zeno Rocha (@zenorocha)
License
MIT License
Pros
- Provides pre-built, tested components that abstract away email HTML/CSS quirks.
- Supports TypeScript and modern React development workflows.
- Offers integrations with major email service providers (Resend, SendGrid, etc.).
- Claims compatibility with major email clients (Gmail, Outlook, etc.).
Cons
- Locked into React/JSX paradigm; not suitable for other stacks.
- Adds a build step and dependency overhead for simple emails.
- Relies on the library's abstraction, which may limit low-level control over email HTML.
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author resend.
