Skip to content

Latest commit

 

History

History
 
 

hr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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