@react-email/row
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

React Email Row cover

@react-email/row
A React row component.

Install

Install component from your command line.

With yarn

yarn add @react-email/row -E

With npm

npm install @react-email/row -E

Getting started

Add the component to your email template. Include styles where needed.

import { Section } from "@react-email/section";
import { Row } from "@react-email/row";
import { Column } from "@react-email/column";

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

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

Readme

Keywords

Package Sidebar

Install

npm i @react-email/row

Weekly Downloads

265,807

Version

0.0.7

License

MIT

Unpacked Size

10.7 kB

Total Files

7

Last publish

Collaborators

  • gabrielmfern
  • bukinoshita
  • zenorocha