This page demonstrates expand/collapse widgets using native details and a custom disclosure pattern.
An expand/collapse widget lets you reveal additional content on demand. The native HTML details element provides a built-in disclosure with keyboard and assistive technology support.
Additional information
This panel is controlled by the button above using ARIA attributes. It demonstrates a custom expand/collapse that can be animated.
It uses CSS to animate between states and updates aria-expanded for accessibility.
Content for the first section. Opening this will close others.
Content for the second section.
Content for the third section.