Description Usage Arguments Examples
UI content can be placed in columns to organize items on a page.
1 2 | material_column(..., s_width = 12, m_width = 6, l_width = 6,
xl_width = 6, offset = 0)
|
... |
The UI elements to place in the column. |
s_width |
Integer. The width of the column on mobile devices (<= 600px). The value should be between 1 and 12. |
m_width |
Integer. The width of the column on tablet devices (> 600px). The value should be between 1 and 12. |
l_width |
Integer. The width of the column on desktop devices (> 992px). The value should be between 1 and 12. |
xl_width |
Integer. The width of the column on large desktop devices (> 1200px). The value should be between 1 and 12. |
offset |
Integer. The offset to the left of the column. The value should be between 0 and 11. |
1 2 3 | material_column(
shiny::tags$h1("Column Content")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.