dashboardBody: Boostrap 4 dashboard body

bs4DashBodyR Documentation

Boostrap 4 dashboard body

Description

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, ...)

Arguments

...

Contents of the tab.

.list

Pass items as list with lapply family functions.

tabName

The name of a tab. This must correspond to the tabName of a sidebar menuItem.

Author(s)

David Granjon, dgranjon@ymail.com

See Also

dashboardSidebar


bs4Dash documentation built on July 9, 2023, 7:49 p.m.