powered by
Create a wrapper div for pannels
wrapper( ..., bg = c("default", "primary", "secondary", "warning", "info", "danger", "success") )
a container for other containers
div contents
background color of the wrapper
wrapper(altPanel("hello"),mainPanel("test")) wrapper(mainPanel("hello"),shiny::column(width=2,"test"))
Run the code above in your browser using DataLab