Expandable / Collapsible Widget

Press Enter or Space to toggle

What this does: Clicking the button toggles this content. The button keeps proper ARIA attributes (aria-expanded) and the content is marked as a region for assistive technologies.

Example uses a button to control the visibility of the element with the class "details". The wrapper has the class "example".