material_tab_content: Place UI content within a tab

Description Usage Arguments See Also Examples

View source: R/shiny-material-tab-content.R

Description

Use this function to place UI content within a specific tab.

Usage

1

Arguments

tab_id

String. The tab id in which to place the UI content.

...

The UI elements to place in the tab.

See Also

material_tabs

Examples

1
2
3
4
material_tab_content(
  tab_id = "example_tab_1",
  shiny::tags$h1("Tab Content")
)

ericrayanderson/shinymaterial documentation built on Oct. 9, 2020, 5:21 p.m.