material_row {shinymaterial} | R Documentation |
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
material_row(
shiny::tags$h1("Row Content")
)
[Package shinymaterial version 1.2.0 Index]