powered by
Embed an accordion item within an accordion
accordionItem( ..., title = "A title", status = c("default", "primary", "secondary", "info", "success", "danger", "warning"), icon = NULL )
A list of properties for an accordion item
The elements to include within the body of the particular accordion
The title of the accordion item
Set the header background using either of "default", "primary", "secondary", "info", "success", "danger", "warning"
Include an icon to the left of the title for the accordion item
if (interactive()) { accordionItem( title = "Accordion 2", icon = shiny::icon("cog"), "Auctor neque etiam non." ) }
Run the code above in your browser using DataLab