material_side_nav_tab_content: Place UI content within a side-nav tab

Description Usage Arguments See Also Examples

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

Description

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

Usage

1

Arguments

side_nav_tab_id

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

...

The UI elements to place in the side-nav tab.

See Also

material_side_nav_tabs

Examples

1
2
3
4
material_side_nav_tab_content(
  side_nav_tab_id = "example_side_nav_tab_1",
  shiny::tags$h1("Side-Nav Tab Content")
)

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