JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3917225
  • Score
    100M100P100Q8588F
  • License MIT

Display a divider that separates content areas in your email

Package Exports

  • @react-email/hr

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