0.0.2 • Published 3 years ago
@react-email/ol v0.0.2

Install
Install component from your command line.
With yarn
yarn add @react-email/ol -EWith npm
npm install @react-email/ol -EGetting 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