An item to add to the sidebar that opens up the settings for the selected component
sidebarItem(id, name, element, parent_id, ..., notes = NULL, active = FALSE)
A shiny.tag
element containing the component accordion item with all input settings
HTML ID to namespace on
Label to show on the closed accordion
Character string to let JS know what component has been chosen
HTML ID of the accordion
Option inputs to add when expanding the accordion item
A list of optional notes to include at the bottom of the settings
Logical, should the accordion item be open on start? Default set to FALSE