material_column: Create a column to organize UI content

Description Usage Arguments Examples

Description

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

Usage

1
2
material_column(..., s_width = 12, m_width = 6, l_width = 6,
  xl_width = 6, offset = 0)

Arguments

...

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.

Examples

1
2
3
material_column(
  shiny::tags$h1("Column Content")
)

DivadNojnarg/shinymaterialPlus documentation built on May 10, 2019, 9:28 a.m.