# Dropdown Menu
Native dropdown menu using HTML popover API and CSS anchor positioning. No JavaScript required for open/close.
## Basic Example
```html
```
## How It Works
- `popovertarget` on the button points to the menu's `id`
- `popover` attribute enables native popover behavior
- `.dropdown-menu` provides styling and positioning
- Clicking outside automatically closes the menu
## With Section Headers
```html