material_page: Create a container to organize UI content

Description Usage Arguments Examples

Description

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

Usage

1
2
3
4
material_page(inputId, ..., bgcolor = "transparent", fontcolor = NULL)

update_material_page(inputId, active,
  session = shiny::getDefaultReactiveDomain())

Arguments

inputId

String. The input identifier used to access the value.

...

tagList. UI content list

bgcolor

String. The color name for Sidenav backgroud. Leave empty for 'transparent' color. Visit http://materializecss.com/color.html for a list of available colors.

fontcolor

String. The color name for links and icons in Sidenav Leave empty for the 'teal lighten-1' color. Visit http://materializecss.com/color.html for a list of available colors.

active

Boolean. Show Page

session

Shiny default reactive domain.

Examples

1
2
require(materializer)
material_page(inputId = "expage", shiny::h1("Page Content"))

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