0.0.8 • Published 11 days ago

@react-email/html v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

React Email HTML cover

Install

Install component from your command line.

With yarn

yarn add @react-email/html -E

With npm

npm install @react-email/html -E

Getting started

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

import { Button } from "@react-email/button";
import { Html } from "@react-email/html";

const Email = () => {
  return (
    <Html lang="en">
      <Button href="https://example.com" style={{ color: "#61dafb" }}>
        Click me
      </Button>
    </Html>
  );
};

Support

This component was tested using the most popular email clients.

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

License

MIT License