This is the basic expand/collapse widget. Click the header to toggle the content visibility. The animation provides smooth transitions between expanded and collapsed states.
This widget demonstrates more advanced functionality including:
| Feature | Description |
|---|---|
| ARIA Attributes | Proper accessibility support |
| Keyboard Navigation | Supports Enter and Space keys |
| Smooth Animation | 300ms CSS transition |
The max-height property creates the expand/collapse effect while maintaining smooth performance.