![React Email code-inline cover](https://react.email/static/covers/code-inline.png)
@react-email/code-inline
Display a predictable inline code HTML element that works on all email clients.

Website · GitHub · Discord
## Install Install component from your command line. #### With yarn ```sh yarn add @react-email/code-inline -E ``` #### With npm ```sh npm install @react-email/code-inline -E ``` ## Getting started Add the component to your email template. Include styles where needed. ```jsx import { CodeInline } from "@react-email/code-inline"; const Email = () => { return @react-email/code-inline; }; ``` ## 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