Build an adminLTE3 dashboard right sidebar
bs4DashControlbar(
...,
inputId = NULL,
disable = FALSE,
skin = "dark",
title = NULL,
width = 250
)dashboardControlbar(
...,
inputId = NULL,
disable = FALSE,
skin = "dark",
title = NULL,
width = 250
)
Any UI element.
To acces the current state of the controlbar. Open is TRUE, closed is FALSE. NULL by default.
If TRUE, the sidebar will be disabled.
Controlbar skin. "dark" or "light".
Controlbar title.
Controlbar width. 250 px by default.