mj_container: Container

Description Usage Arguments Examples

View source: R/body.R

Description

Create a container.

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

Examples

1
2
3
4
5
6
7
mj_ml(
  mj_body(
    mj_container(
      mj_text("Some text")
    )
  )
)

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