mj_button: Button

Description Usage Arguments See Also Examples

View source: R/body.R

Description

Displays a customizable button.

Usage

1
mj_button(href = "#", ...)

Arguments

href

href link.

...

Unnamed items that comprise this list of MJML tags.

See Also

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

Examples

1
2
3
4
5
6
7
mj_ml(
  mj_body(
    mj_container(
      mj_button("http://john-coene.com", "Button")
    )
  )
)

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