powered by
Add Panel Sections with Color Headers Panel sections can be grouped by color or context to structure the landing page.
panel_div(class_type, panel_title, content)
a HTML object to be included in the ui section of a shiny app
a object of class character, indicating the contextual state class
a object of class character, indicating the header title
a object of class character, indicating text content
Bootstrap Panels
panel_div(class_type = "primary", panel_title = "Directions", content = "How to use the app")
Run the code above in your browser using DataLab