shinymaterial (version 0.5.1)

material_tab_content: Place UI content within a tab

Description

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

Usage

material_tab_content(tab_id, ...)

Arguments

tab_id

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

...

The UI elements to place in the tab.

Examples

Run this code
# NOT RUN {
material_tab_content(
  tab_id = "example_tab_1",
  shiny::tags$h1("Tab Content")
)
# }

Run the code above in your browser using DataCamp Workspace