material_row: Create a row to organize UI content

Description Usage Arguments Examples

Description

UI content can be placed in a row to organize items on a page.

Usage

1

Arguments

...

The UI elements to place in the row.

Examples

1
2
3
4
require(materializer)
material_row(
  shiny::tags$h1("Row Content")
)

TuSKan/materializer documentation built on May 17, 2019, 6:35 p.m.