argonDashSidebar {argonDash} | R Documentation |
Build an argon dashboard sidebar
argonDashSidebar(..., dropdownMenus = NULL, id, brand_url = NULL, brand_logo = NULL, vertical = TRUE, side = c("left", "right"), size = c("s", "md", "lg"), skin = c("light", "dark"), background = "white")
... |
Any element such as argonDashSidebar, argonSidebarMenu, argonSidebarItem, argonSidebarHeader and argonSidebarDivider. |
dropdownMenus |
Slot for dropdown menus. Not displayd on large screens. |
id |
Unique sidebar id. |
brand_url |
Sidebar brand url |
brand_logo |
Sidebar brand logo |
vertical |
Whether to display the sidebar in vertical mode. TRUE by default. |
side |
Sidebar side: "right" or "left". "left" by default. |
size |
Sidebar size: "s", "md", "lg". "md" by default. |
skin |
Sidebar skin. "light" by default. |
background |
Sidebar background color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
David Granjon, dgranjon@ymail.com