0.0.2 • Published 2 years ago

@react-email/ol v0.0.2

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

React Email ol cover

Install

Install component from your command line.

With yarn

yarn add @react-email/ol -E

With npm

npm install @react-email/ol -E

Getting started

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

import { Ol } from '@react-email/ol';

const Email = () => {
  return (
    <Ol>
      <li>foo</li>
      <li>bar</li>
    </Ol>
  );
};

Support

This component was tested using the most popular email clients.

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

License

MIT License