material_tab_content {shinymaterial}R Documentation

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.

See Also

material_tabs

Examples

material_tab_content(
  tab_id = "example_tab_1",
  shiny::tags$h1("Tab Content")
)

[Package shinymaterial version 1.2.0 Index]