powered by
Use this function to place UI content within a specific tab.
material_tab_content(tab_id, ...)
String. The tab id in which to place the UI content.
The UI elements to place in the tab.
material_tabs
# NOT RUN { material_tab_content( tab_id = "example_tab_1", shiny::tags$h1("Tab Content") ) # }
Run the code above in your browser using DataLab