shinymaterial (version 0.5.3)

material_row: Create a row to organize UI content

Description

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

Usage

material_row(...)

Arguments

...

The UI elements to place in the row.

Examples

Run this code
# NOT RUN {
material_row(
  shiny::tags$h1("Row Content")
)
# }

Run the code above in your browser using DataCamp Workspace