Accordion Preview
An accordion groups sections of related content that can be opened and closed.
Accordions decrease cognitive load by letting people choose which sections of content they see, like questions in an FAQ. Never put information that's required for the current task inside an accordion. Consider a treatment that gives it more prominence.
Loading...
Properties
as
“div”
Default:
nonecollapsible
Indicates if Accordion support multiple Panels closed at the same time.
boolean
Default:
nonedefaultOpenItems
Default value for the uncontrolled state of the panel.
unknown
Default:
nonemultiple
Indicates if Accordion support multiple Panels opened at the same time.
boolean
Default:
nonenavigation
Indicates if keyboard navigation is available and gives two options, linear or circular navigation.
“linear”
“circular”
Default:
noneonToggle
Callback to be called when the opened items change.
AccordionToggleEventHandler
Default:
noneopenItems
Controls the state of the panel.
unknown
Default:
none