- id
character, unique id for accordion-sidebar <div/>
,
also serves as root id for panels appended using bs_append()
- spec_side
numeric, column specification for sidebar panels
- spec_main
numeric, column specification for main panels
- position
character, indicates where to put the sidebar panels with
respect to the main panels
- tag
htmltools::[tag][htmltools::tag]
,
accordion-sidebar <div/>
to which to append a panel
- title_side
character (HTML) or htmltools::[tagList][htmltools::tagList]
,
title for the sidebar panel
- content_side
character (HTML) or htmltools::[tagList][htmltools::tagList]
,
content for the sidebar panel
- content_main
character (HTML) or htmltools::[tagList][htmltools::tagList]
,
content for the main panel
- ...
other arguments (not used)
- panel_type_active
character, indicated bootstrap type for active-panel header,
one of c("default", "primary", "success", "info", "warning", "danger")
- panel_type_inactive
character, indicated bootstrap type for inactive-panel header,
one of c("default", "primary", "success", "info", "warning", "danger")
- use_main_enclosure
logical, indicates if main content is to be wrapped in a
Bootstrap panel