Build an adminLTE3 dashboard main sidebar
bs4DashSidebar(..., disable = FALSE, title = NULL, skin = "dark",
status = "primary", brandColor = NULL, url = NULL, src = NULL,
elevation = 4, opacity = 0.8)dashboardSidebar(..., disable = FALSE, title = NULL, skin = "dark",
status = "primary", brandColor = NULL, url = NULL, src = NULL,
elevation = 4, opacity = 0.8)
Slot for bs4SidebarMenu.
If TRUE
, the sidebar will be disabled.
Sidebar title.
Sidebar skin. "dark" or "light"
Sidebar status. "primary", "danger", "warning", "success", "info".
Brand color. NULL by default: "primary", "danger", "warning", "success", "info", "white" or "gray-light".
Sidebar brand link.
Sidebar brand image.
Sidebar elevation. 4 by default (until 5).
Sidebar opacity. From 0 to 1. 0.8 by default.