material_section: Create a section to organize UI content

Description Usage Arguments Examples

Description

UI content can be insert in section to organize items on a page.

Usage

1

Arguments

...

The UI elements to place in the column.

title

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

Examples

1
2
3
4
5
require(materializer)
material_section(
  title = "Section",
  shiny::h1("Content goes here")
)

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