Components.AccordionItem public
A collapsible/expandable item within an accordion
See Components.Accordion for examples.
Item Index
Properties
Events
accordion unknown private
Reference to the parent Components.Accordion
class.
bodyComponent {String} private
collapsed boolean private
disabled boolean public
selected unknown private
title string public
The title of the accordion item, displayed as a .panel-title element
titleComponent {String} private
type String public
Property for type styling
For the available types see the Bootstrap docs
value unknown public
The value of the accordion item, which is used as the value of the selected
property of the parent Components.Accordion component