bs4Dash (version 0.5.0)

controlbarMenu: Alias to bs4DashControlbarMenu See bs4DashControlbarMenu for full details

Description

Alias to bs4DashControlbarMenu See bs4DashControlbarMenu for full details

Usage

controlbarMenu(
  ...,
  id,
  side,
  status = NULL,
  tabStatus = NULL,
  .list = NULL,
  vertical = FALSE
)

Arguments

...

Slot for bs4TabPanel.

id

Unique bs4TabSetPanel id.

side

Side of the box the tabs should be on ("left" or "right").

status

The status of the card header. "primary", "secondary", "success", "warning", "danger", "white", "light", "dark", "transparent". NULL by default.

tabStatus

The status of the tabs buttons over header. "primary", "secondary", "success", "warning", "danger", "white", "light", "dark", "transparent". NULL by default, "light" if status is set. A vector is possible with a colour for each tab button

.list

When elements are programmatically added, pass them here instead of in ...

vertical

Whether to display tabs in a vertical mode. FALSE by default.