accordionItem: AccordionItem

accordionItemR Documentation

AccordionItem

Description

Accordion item to place within accordion().

Usage

accordionItem(
  label,
  ...,
  .id = NULL,
  .expanded = FALSE,
  .label_tag = shiny::h2
)

Arguments

label

Label of the item.

...

Elements to place in the body of the item.

.id

Id of item.

.expanded

Whether the element is initially expanded.

.label_tag

Tag to use for the label.


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.