View source: R/bsCollapsePanel.R
bsCollapsePanel | R Documentation |
bsCollapsePanel
creates individual panels within a bsCollapse
object.
bsCollapsePanel(title, ..., value = title, style = NULL)
title |
The title to display at the top of the panel. |
value |
Optional The value to return when this panel is open. Defaults to |
style |
Optional A Bootstrap style to apply to the panel. ( |
... |
UI elements to include within the panel. |
See Collapses for more information about how to use bsCollapsePanel
with the
rest of the Collapses family.
Run bsExample("Collapses")
for an example
of bsCollapsePanel
functionality.
Other Collapses: Collapses
;
bsCollapse
; updateCollapse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.