panel | R Documentation |
Panel component for shiny panels layout
panel(
head = NULL,
body = NULL,
footer = NULL,
title = NULL,
header_right = NULL,
color = "malibu",
id = NULL,
collapsed = FALSE,
can_collapse = TRUE,
width = NULL,
hidden = FALSE,
...
)
head |
html for the panel header |
body |
html tag list for panel body contents |
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 |
show_footer |
include footer |
None
panel(title = "My title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.