dashboardBody creates the main body container for a dashboardPage.
tabItems creates a wrapper for multiple tabItem.
tabItem creates a body tab content.
Usage
bs4DashBody(...)
bs4TabItems(..., .list = NULL)
bs4TabItem(tabName = NULL, ...)
dashboardBody(...)
tabItems(..., .list = NULL)
tabItem(tabName = NULL, ...)
Author
David Granjon, dgranjon@ymail.com