powered by
Panel component for shiny panels layout
panel(head = NULL, body = NULL, show_footer = TRUE, footer = NULL, title = NULL, color = "malibu", id = NULL, collapsed = FALSE, width = NULL, ...)
html for the panel header
html tag list for panel body contents
include footer
footer contents
panel title
color name as defined in custom css
panel div id
panel starts as collapsed
panel width in pixels
html list contents for the panel
None
# NOT RUN { panel(title = "My title") # }
Run the code above in your browser using DataLab