This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@react-email/ol
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

React Email ol cover

@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 logo Apple Mail Outlook logo Yahoo! Mail logo HEY logo Superhuman logo
Gmail Apple Mail Outlook Yahoo! Mail HEY Superhuman

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @react-email/ol

Weekly Downloads

23

Version

0.0.2

License

MIT

Unpacked Size

7.54 kB

Total Files

6

Last publish

Collaborators

  • bukinoshita
  • gabrielmfern
  • zenorocha