You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-email/preview

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/preview

A preview text that will be displayed in the inbox of the recipient

0.0.13
latest
Source
npmnpm
Version published
Weekly downloads
871K
-3.87%
Maintainers
3
Weekly downloads
 
Created
Source

React Email preview cover

@react-email/preview
A preview text that will be displayed in the inbox of the recipient.

Website · GitHub · Discord

Install

Install component from your command line.

With yarn

yarn add @react-email/preview -E

With npm

npm install @react-email/preview -E

Getting started

Add the component to your email template. Include styles where needed.

import { Preview } from "@react-email/preview";

const Email = () => {
  return <Preview>Email preview text</Preview>;
};

Support

This component was tested using the most popular email clients.

Gmail logoApple MailOutlook logoYahoo! Mail logoHEY logoSuperhuman logo
Gmail ✔Apple Mail ✔Outlook ✔Yahoo! Mail ✔HEY ✔Superhuman ✔

License

MIT License

Keywords

react

FAQs

Package last updated on 12 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts