0.0.2 • Published 2 years ago

@react-email/pre v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Email pre cover

Install

Install component from your command line.

With yarn

yarn add @react-email/pre -E

With npm

npm install @react-email/pre -E

Getting started

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

import { Html } from '@react-email/html';
import { Pre } from '@react-email/pre';

const Email = () => {
  return (
    <Html lang="en">
      <Pre>{'foo          bar'}</Pre>
    </Html>
  );
};

License

MIT License