Wrapper

Use wrappers as generic content containers. Think of them like <div>s but for HTML emails.

Props

  • className: (String) classes to add to the root table.
  • style: (Object) styles to add to the root table.

Examples

import { Wrapper } from 'react-inky';

const wrapper =
  <Wrapper className="some sweet classes">
    Look at all those sweet classes!
  </Wrapper>
;

results matching ""

    No results matching ""