mj_spacer: Spacer

Description Usage Arguments See Also Examples

View source: R/body.R

Description

Displays a blank space.

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

See Also

https://mjml.io/documentation/#mjml-spacer

Examples

1
2
3
4
5
6
7
8
mj_ml(
  mj_body(
    mj_divider(),
    mj_text("Some text"),
    mj_spacer(),
    mj_text("Some more text")
  )
)

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