Build an adminLTE3 dashboard navbar
bs4DashNavbar(..., skin = "light", status = "white", border = TRUE,
sidebarIcon = "bars", controlbarIcon = "th", leftUi = NULL,
rightUi = NULL, fixed = FALSE)
Any UI element between left and right Ui.
Navbar skin. "dark" or "light".
Navbar status. "white" by default: "primary", "danger", "warning", "success", "info", "white" or "gray-light".
Whether to separate the navbar and body by a border. TRUE by default.
Icon of the main sidebar toggle.
Icon to toggle the controlbar (left).
Custom left Ui content. Any Ui element.
Custom right Ui content. Any Ui element.
Whether the navbar is fixed to the top. FALSE by default