A preview text that will be displayed in the inbox of the recipient
npm install @react-email/previewInstall component from your command line.
#### With yarn
``sh`
yarn add @react-email/preview -E
#### With npm
`sh`
npm install @react-email/preview -E
Add the component to your email template. Include styles where needed.
`jsx
import { Preview } from "@react-email/preview";
const Email = () => {
return
};
``
This component was tested using the most popular email clients.
| |
|
|
|
|
|
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
MIT License