JSPM

  • Created
  • Published
  • Downloads 2311047
  • Score
    100M100P100Q210898F
  • License MIT

A code block component that will render code using HTML

Package Exports

  • @react-email/code-block

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