# new AashAccordionComponent(props)
Parameters:
Name | Type | Description |
---|---|---|
props |
Object
|
the properties |
alwaysExpanded |
Boolean
|
make sure that at least,
one panel is always expanded, defaults to |
singleExpansion |
Boolean
|
whether only one section
may be expanded at a given point in time, defaults to |
headerType |
string
|
the element type for the headers, defaults to "div" |
buttonType |
string
|
the element type for the buttons, defaults to "button" |
panelType |
string
|
the element type for the panels, defaults to "div" |
panelClass |
string
|
the class attribute for the panels,
defaults to |