tab_items {semantic.dashboard} | R Documentation |
Create a panel with tabs.
tab_items(...)
tabItems(...)
... |
Tabs. |
A panel with tabs that can be passed to dashboardBody
tabItems
: Create a panel with tabs (alias for tab_items
for compatibility with shinydashboard
)
tabItems(
tabItem(tabName = "tab1", "Tab 1"),
tabItem(tabName = "tab2", "Tab 2"))