Create an off-canvas sidebar that slides in and out of the page, which is perfect for creating mobile navigations
UIkitSidebar(..., id, overlay = TRUE, flip = TRUE)
... | Any UI elements. |
---|---|
id | Sidebar id (should be unique). |
overlay | Whether to blank out the page when the sidebar is open. TRUE by default. |
flip | Whether to open the sidebar on the right side. TRUE by default. |