tab_item {semantic.dashboard} | R Documentation |
Create a tab panel with additional UI elements.
tab_item(tabName, ..., fluid = TRUE)
tabItem(tabName, ..., fluid = TRUE)
tabName |
Id of the tab. |
... |
UI elements to include within the tab. |
fluid |
Controls whether tab width should be 100% (TRUE) or limited by Foomantic UI breakpoints (FALSE). |
A tab that can be passed to dashboardBody
tabItem
: Create a tab (alias for tab_item
for compatibility with shinydashboard
)
tab_item(tabName = "tab1", "Tab 1")