| mainPanel {nextGenShinyApps} | R Documentation | 
Main panel to display content
Description
Customizable main panel for inclusion of various UI elements
Usage
mainPanel(..., width = 8, border = FALSE, shadow = FALSE)
Arguments
... | 
 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  | 
Value
Creates a container for displaying contents
Note
For more information on the features of the main panel, look through the Github examples
Examples
 mainPanel('content 1')
 
[Package nextGenShinyApps version 2.1 Index]