![React Email preview cover](https://react.email/static/covers/preview.png)
@react-email/preview
A preview text that will be displayed in the inbox of the recipient.

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