0.0.12 • Published 2 years ago

@rishabhrao/react-email-components v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Email components cover

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 ✔Apple Mail ✔Outlook ✔Yahoo! Mail ✔HEY ✔Superhuman ✔

License

MIT License