Build an adminLTE3 dashboard main sidebar
bs4DashSidebar(
...,
inputId = NULL,
disable = FALSE,
title = NULL,
skin = "dark",
status = "primary",
brandColor = NULL,
url = NULL,
src = NULL,
elevation = 4,
opacity = 0.8,
expand_on_hover = TRUE
)dashboardSidebar(
...,
inputId = NULL,
disable = FALSE,
title = NULL,
skin = "dark",
status = "primary",
brandColor = NULL,
url = NULL,
src = NULL,
elevation = 4,
opacity = 0.8,
expand_on_hover = TRUE
)
Slot for bs4SidebarMenu.
Recover the state of the sidebar.
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 brand opacity. From 0 to 1. 0.8 by default.
Whether to expand the sidebar om hover. TRUE by default.