bsCollapsePanel
creates individual panels within a bsCollapse
object.
bsCollapsePanel(title, ..., value = title, style = NULL)
The title to display at the top of the panel.
Optional The value to return when this panel is open. Defaults to title
.
Optional A Bootstrap style to apply to the panel. (primary
, danger
, warning
, info
, or success
)
UI elements to include within the panel.
See Collapses for more information about how to use bsCollapsePanel
with the
rest of the Collapses family.
Other Collapses: Collapses
;
bsCollapse
; updateCollapse