@react-email/ol
An ordered list component to help build emails.
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