material_row: Create a row to organize UI content

Description Usage Arguments Examples

View source: R/shiny-material-row.R

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
material_row(
  shiny::tags$h1("Row Content")
)

Example output

<div class="row">
  <h1>Row Content</h1>
</div>

shinymaterial documentation built on Sept. 1, 2020, 1:07 a.m.