mj_text: Text

Description Usage Arguments See Also Examples

View source: R/body.R

Description

This tag allows you to display text in your email.

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

See Also

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
mj_ml(
  mj_head(
    mj_attributes(
      mj_text(color = "blue")
    )
  ),
  mj_body(
    mj_container(
      mj_section(
        mj_column(
          mj_text("Some blue text")
        )
      )
    )
  )
)

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