JSPM

  • Created
  • Published
  • Downloads 2486110
  • Score
    100M100P100Q195424F
  • License MIT

A collection of all components React Email.

Package Exports

  • @react-email/components

Readme

React Email components cover

@react-email/components
A collection of all components React Email.

Install

Install component from your command line.

With yarn

yarn add @react-email/components -E

With npm

npm install @react-email/components -E

Getting started

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

import { Heading } from "@react-email/components";

const Email = () => {
  return <Heading as="h1">Lorem ipsum</Heading>;
};

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