altPanel {nextGenShinyApps} | R Documentation |
Customizable sidebar panel for inclusion of various UI elements
altPanel(..., width = 4, border = FALSE, shadow = FALSE)
... |
List of content |
width |
Width of the sidebar panel |
border |
Should border be declared for the panel |
shadow |
Should a shadow be added to the panel |
Creates an alternate container for displaying contents
For more information on the features of the sidebar panel, look through the Github examples
altPanel('content 2')