Description Usage Arguments Examples
View source: R/shiny-material-row.R
UI content can be placed in a row to organize items on a page.
1 |
... |
The UI elements to place in the row. |
1 2 3 | material_row(
shiny::tags$h1("Row Content")
)
|
<div class="row">
<h1>Row Content</h1>
</div>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.