react-email

Installation
SKILL.md

React Email

Overview

React Email is a library for building responsive HTML emails using React components. It provides a set of unstyled, accessible components that render to email-client-compatible HTML. Supports inline styles, Tailwind CSS via a wrapper component, custom web fonts, and rendering to both HTML and plain text.

When to use: Transactional emails (welcome, password reset, receipts), marketing templates, email design systems, any project that renders emails server-side.

When NOT to use: Static HTML email templates with no dynamic content, projects that already use a dedicated email builder (MJML, Maizzle), or when you only need plain-text emails.

Quick Reference

Pattern API Key Points
Document structure Html, Head, Body Html wraps everything, Head loads fonts/meta
Content container Container Centers content, sets max-width
Layout grid Section, Row, Column Table-based layout for email clients
Text content Text, Heading Heading accepts as prop for h1-h6
Links Link Standard anchor, href required
Related skills
Installs
41
GitHub Stars
11
First Seen
Feb 20, 2026