powered by
UI content can be placed in side-nav.
material_side_nav( ..., fixed = FALSE, image_source = NULL, background_color = NULL )
The UI elements to place in the side-nav.
Boolean. Set to TRUE to keep side-nav open on large screens.
String. The background image file name. Place the image in a folder labeled 'www' at the same level as the application (server.R & ui.R).
Side-nav background color. Leave blank for the default color. Visit https://materializecss.com/color.html for a list of available colors.
# NOT RUN { material_side_nav( fixed = FALSE, image_source = "example_image.jpg", background_color = "blue lighten-4", shiny::tags$h1("Side-Nav Content") ) # }
Run the code above in your browser using DataLab