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

Arguments

...

The UI elements to place in the column.

width

Integer. The width of the column. The value should be between 1 and 12.

type

Char. Type of column responsive. The value should be s (default), m or l.

offset

Integer. The offset to the left of the column. The value should be between 0 and 11.

Examples

1
2
3
4
5
require(materializer)
material_column(
  width = 4,
  shiny::h1("Column Content")
)

TuSKan/materializer documentation built on May 17, 2019, 6:35 p.m.