Description Usage Arguments Author(s)
View source: R/dashboardNavbar.R
Build an adminLTE3 dashboard navbar
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | bs4DashNavbar(
...,
skin = "light",
status = NULL,
border = TRUE,
sidebarIcon = "bars",
compact = FALSE,
controlbarIcon = "th",
leftUi = NULL,
rightUi = NULL,
fixed = FALSE
)
dashboardHeader(
...,
skin = "light",
status = NULL,
border = TRUE,
sidebarIcon = "bars",
compact = FALSE,
controlbarIcon = "th",
leftUi = NULL,
rightUi = NULL,
fixed = FALSE
)
|
... |
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. |
fixed |
Whether to fix the navbar to the top. FALSE by default |
David Granjon, dgranjon@ymail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.