
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@react-email/body
Advanced tools

Install component from your command line.
yarn add @react-email/body -E
npm install @react-email/body -E
Add the component to your email template. Include styles where needed.
import { Html } from "@react-email/html";
import { Body } from "@react-email/body";
import { Section } from "@react-email/section";
import { Column } from "@react-email/column";
const Email = () => {
return (
<Html lang="en">
<Body style={{ backgroundColor: "#61dafb" }}>
<Section>
<Column style={{ width: "50%" }}>{/* First column */}</Column>
<Column style={{ width: "50%" }}>{/* Second column */}</Column>
</Section>
</Body>
</Html>
);
};
This component was tested using the most popular email clients.
| Gmail âś” | Apple Mail âś” | Outlook âś” | Yahoo! Mail âś” | HEY âś” | Superhuman âś” |
MIT License
FAQs
A React body component to wrap emails
The npm package @react-email/body receives a total of 843,776 weekly downloads. As such, @react-email/body popularity was classified as popular.
We found that @react-email/body demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.