Create a Boostrap 4 dashboard navbar
Build an adminLTE3 dashboard navbar
bs4DashNavbar( ..., skin = "light", status = NULL, border = TRUE, sidebarIcon = "bars", compact = FALSE, controlbarIcon = "th", leftUi = NULL, rightUi = NULL ) dashboardHeader( ..., skin = "light", status = NULL, border = TRUE, sidebarIcon = "bars", compact = FALSE, controlbarIcon = "th", leftUi = NULL, rightUi = NULL )
... |
Any UI element between left and right Ui. |
skin |
Navbar skin. "dark" or "light". |
status |
Navbar status. "primary", "danger", "warning", "success", "info", "white", "gray-light" and all other available colors. See getAdminLTEColors. |
border |
Whether to separate the navbar and body by a border. TRUE by default. |
sidebarIcon |
Icon of the main sidebar toggle. |
compact |
Whether items should be compacted. FALSE by default. |
controlbarIcon |
Icon to toggle the controlbar (left). |
leftUi |
Custom left Ui content. Any Ui element. |
rightUi |
Custom right Ui content. Any Ui element. |
David Granjon, dgranjon@ymail.com
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.