material_side_nav_tab_content {shinymaterial} | R Documentation |
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. |
See Also
Examples
material_side_nav_tab_content(
side_nav_tab_id = "example_side_nav_tab_1",
shiny::tags$h1("Side-Nav Tab Content")
)
[Package shinymaterial version 1.2.0 Index]