0.0.1 • Published 2 years ago

@react-email/inline-code v0.0.1

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

Install

Install component from your command line.

With yarn

yarn add @react-email/inline-code -E

With npm

npm install @react-email/inline-code -E

Getting started

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

import { InlineCode } from "@react-email/inline-code";

const Email = () => {
  return <InlineCode>@react-email/inline-code</InlineCode>;
};

Support

This component was tested using the most popular email clients.

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

License

MIT License

0.0.1

2 years ago