shinymaterial (version 0.5.3)

material_side_nav_tab_content: Place UI content within a side-nav tab

Description

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

Usage

material_side_nav_tab_content(side_nav_tab_id, ...)

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.

Examples

Run this code
# NOT RUN {
material_side_nav_tab_content(
  side_nav_tab_id = "example_side_nav_tab_1",
  shiny::tags$h1("Side-Nav Tab Content")
)
# }

Run the code above in your browser using DataLab