Accordion
Use the Accordion to progressively disclose grouped content, letting users
reveal and hide sections to reduce page length and focus on what matters.
Changes to Accordion. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- The content region now has a correct accessible name derived directly from
Accordion.SectionLabel, fixing an issue where screen readers could not announce the section name. (APPDEV-19707)
3.11.3
Updates
Accordion.SectionLabelnow accepts anaria-labelprop to override the accessible name derived from its content. (APPDEV-19171)
3.11.0
Updates
Accordion.Sectioncontent withkeepMountedis now automatically hidden from assistive technology when collapsed. (APPDEV-19165)
3.3.0
Updates
- Added
data-dt-propertiesattribute to the section trigger and section header.
3.2.0
Updates
- Added
data-dt-nameattributes to the section trigger and section header. (APPDEV-16670)