dashboardBody creates the main body container for a dashboardPage.
tabItems creates a wrapper for multiple tabItem.
tabItem creates a body tab content.
bs4DashBody(...)
bs4TabItems(...)
bs4TabItem(tabName = NULL, ...)
dashboardBody(...)
tabItems(...)
tabItem(tabName = NULL, ...)
Contents of the tab.
The name of a tab. This must correspond to the tabName
of a sidebar menuItem
.