Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@react-email/hr

resend2.5mMIT0.0.11TypeScript support: included

Display a divider that separates content areas in your email

react, email

readme

React Email Hr cover

@react-email/hr
Display a divider that separates content areas in your email.

Install

Install component from your command line.

With yarn

yarn add @react-email/hr -E

With npm

npm install @react-email/hr -E

Getting started

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

import { Hr } from "@react-email/hr";

const Email = () => {
  return <Hr />;
};

Support

This component was tested using the most popular email clients.

Gmail logo Apple Mail Outlook logo Yahoo! Mail logo HEY logo Superhuman logo
Gmail ✔ Apple Mail ✔ Outlook ✔ Yahoo! Mail ✔ HEY ✔ Superhuman ✔

License

MIT License