mj_divider: Divider

Description Usage Arguments See Also Examples

View source: R/body.R

Description

Displays a horizontal divider that can be customized like a HTML border.

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

See Also

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

Examples

1
2
3
4
5
6
7
mj_ml(
  mj_body(
    mj_text("Some text"),
    mj_divider(),
    mj_text("The rest of the body")
  )
)

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