0.0.1 • Published 2 years ago

@react-email/p v0.0.1

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

React Email img cover

Install

Install component from your command line.

With yarn

yarn add @react-email/p -E

With npm

npm install @react-email/p -E

Getting started

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

import { P } from '@react-email/p';

const Email = () => {
  return (
    <P>Lorem ipsum</P>
  );
};

Support

This component was tested using the most popular email clients.

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

License

MIT License