Create a Sidebar
Create a Sidebar
sidebar_tabs(id = "sidebar", iconList = NULL, ...)
id |
The id of the sidebar, which must match the |
iconList |
A list of icons to be shown, when the sidebar is collapsed.
The list is required and must match the amount of |
... |
The individual |
A shiny.tag
with individual sidebar panes
Other Sidebar Functions:
addSidebar()
,
closeSidebar()
,
openSidebar()
,
removeSidebar()
,
sidebar_pane()
## Not run: library(shiny) runApp(paste0(system.file("examples", package = "leaflet.extras2"), "/sidebar_app.R")) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.