Alias to bs4DashControlbarMenu See bs4DashControlbarMenu for full details
controlbarMenu(..., id, side, status = NULL, tabStatus = NULL,
.list = NULL, vertical = FALSE)
Slot for bs4TabPanel.
Unique bs4TabSetPanel id.
Side of the box the tabs should be on ("left"
or
"right"
).
The status of the card header. "primary", "secondary", "success", "warning", "danger", "white", "light", "dark", "transparent". NULL by default.
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
When elements are programmatically added, pass them here instead of in ...
Whether to display tabs in a vertical mode. FALSE by default.