panel {shinypanels} | R Documentation |
Panel component for shiny panels layout
Description
Panel component for shiny panels layout
Usage
panel(head = NULL, body = NULL, show_footer = TRUE, footer = NULL,
title = NULL, color = "malibu", id = NULL, collapsed = FALSE,
width = NULL, ...)
Arguments
head |
html for the panel header |
body |
html tag list for panel body contents |
show_footer |
include footer |
footer |
footer contents |
title |
panel title |
color |
color name as defined in custom css |
id |
panel div id |
collapsed |
panel starts as collapsed |
width |
panel width in pixels |
... |
html list contents for the panel |
Value
None
Examples
panel(title = "My title")
[Package shinypanels version 0.5.0 Index]