Install

Install component from your command line.
npm install @react-email/components -E

# or get the individual package

npm install @react-email/row -E

Getting started

Add the component to your email template. Include styles where needed.
import { Row, Column, Section } from "@react-email/components";

const Email = () => {
  return (
    <Section>
      <Row>
        <Column>A</Column>
      </Row>
      <Row>
        <Column>B</Column>
      </Row>
      <Row>
        <Column>C</Column>
      </Row>
    </Section>
  );
};

Support

All components were tested using the most popular email clients.
GmailGmail
Apple MailApple Mail
OutlookOutlook
Yahoo! MailYahoo! Mail
HEYHEY
SuperhumanSuperhuman