# Menu
## Examples
### Default
```html
Open Menu
```
### WithCustomTrigger
```html
Custom Trigger
```
### WithDisabledItems
```html
Open Menu
```
### WithOverlay
```html
Open Menu
```
### SingleGroup
```html
Open Menu
```
### WithCustomContent
```html
Open Menu
John Doe
john.doe@example.com
Custom content can be added using the content slot
Custom Button
```
### PlacementExamples
```html
Top Left
Top Right
Bottom Left
Bottom Right
```
### WithClickEvents
```html
console.log('Menu item clicked:', e.detail.item.label)}
>
Click Me
```
### WithLinks
```html
Open Menu
```
### WithHeader
```html
Open Menu
John Doe
john.doe@example.com
```
### SimpleItems
```html
Open Menu
```