![React Email Row cover](https://react.email/static/covers/row.png)
@react-email/row
A React row component.

Website · Documentation · Twitter
## Install Install component from your command line. #### With yarn ```sh yarn add @react-email/row -E ``` #### With npm ```sh npm install @react-email/row -E ``` ## Getting started Add the component to your email template. Include styles where needed. ```jsx import { Section } from "@react-email/section"; import { Row } from "@react-email/row"; import { Column } from "@react-email/column"; const Email = () => { return (
A B C
); }; ``` ## 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