A block of text separated by blank spaces
npm install @react-email/textInstall component from your command line.
#### With yarn
``sh`
yarn add @react-email/text -E
#### With npm
`sh`
npm install @react-email/text -E
Add the component to your email template. Include styles where needed.
`jsx
import { Text } from "@react-email/text";
const Email = () => {
return
};
``
This component was tested using the most popular email clients.
| |
|
|
|
|
|
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
MIT License