JSPM

  • Created
  • Published
  • Downloads 2466911
  • Score
    100M100P100Q210135F
  • License MIT

Display a column that separates content areas vertically in your email

Package Exports

  • @react-email/column
  • @react-email/column/dist/index.js
  • @react-email/column/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-email/column) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Email Hr cover

@react-email/column
Display a column that separates content areas vertically in your email.

Install

Install component from your command line.

With yarn

yarn add @react-email/column -E

With npm

npm install @react-email/column -E

Getting started

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

import { Column } from '@react-email/column';

const Email = () => {
  return(
    <Column>{/* Any content. */}<Column/>
  );
};

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