This is a basic example of an expand/collapse widget. The button controls the visibility of this content. State is exposed via aria-expanded on the button and aria-hidden on this region.
- Accessible: uses aria-expanded and aria-controls.
- Keyboard: Space/Enter toggles the panel.
- Animated: smooth height transition handled by JavaScript.