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