Skip to main content

ion-accordion-group

Accordion group is a container for accordion instances. It manages the state of the accordions and provides keyboard navigation.

For more information as well as usage, see the Accordion Documentation

Properties#

disabled#

DescriptionIf true, the accordion group cannot be interacted with.
Attributedisabled
Typeboolean
Defaultfalse

expand#

DescriptionDescribes the expansion behavior for each accordion.
Possible values are "compact" and "inset".
Defaults to "compact".
Attributeexpand
Type"compact" \| "inset"
Default'compact'

mode#

DescriptionThe mode determines which platform styles to use.
Attributemode
Type"ios" \| "md"
Defaultundefined

multiple#

DescriptionIf true, the accordion group can have multiple
accordion components expanded at the same time.
Attributemultiple
Typeboolean \| undefined
Defaultundefined

readonly#

DescriptionIf true, the accordion group cannot be interacted with,
but does not alter the opacity.
Attributereadonly
Typeboolean
Defaultfalse

value#

DescriptionThe value of the accordion group.
Attributevalue
Typenull \| string \| string[] \| undefined
Defaultundefined

Events#

NameDescription
ionChangeEmitted when the value property has changed.