setup: Standard components

Description Usage Arguments Functions Examples

Description

Core components of an MJML email.

Usage

1
2
3
4
5
6
7

Arguments

...

Unnamed items that comprise this list of MJML tags.

Functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
mj_ml(
  mj_body(
    mj_column(
      width = "20%",
      mj_text("First columns")
    ),
    mj_column(
      width = "80%",
      mj_text("The body")
    )
  )
)

JohnCoene/mjml documentation built on June 21, 2020, 11:42 a.m.