0.0.2 • Published 2 years ago

@react-email/ul v0.0.2

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

React Email ul cover

Install

Install component from your command line.

With yarn

yarn add @react-email/ul -E

With npm

npm install @react-email/ul -E

Getting started

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

import { Ul } from '@react-email/ul';

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

Support

This component was tested using the most popular email clients.

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

License

MIT License