grommet-email

0.1.0 • Public • Published

grommet-email

Produce grommet styled HTML for use in email contexts.

Build Status Dependency Status devDependency Status

Install

npm install --save grommet-email

Use

import Email from 'grommet-email/components/Email';
import Heading from 'grommet-email/components/Heading';
import Paragraph from 'grommet-email/components/Paragraph';

const MyRenderer = () => (
  <Email>
    <Heading tag="h1">My Heading</Heading>
    <Paragraph>My paragraph.</Paragraph>
  </Email>
);

Readme

Keywords

none

Package Sidebar

Install

npm i grommet-email

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • ericsoderberg