powered by
Use this function to place UI content within a specific side-nav tab.
material_side_nav_tab_content(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.
material_side_nav_tabs
# 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