# User-menu
## Examples
### Default
```html
```
### WithSlottedMenuItems
```html
My Profile
Account Settings
Messages
Help & Support
Sign Out
```
### WithComplexSlottedContent
```html
John Doe
john.doe@example.com
Premium Member
My Profile
Account Settings
Storage used
75%
Upgrade Plan
```
### InitialsExamples
```html
No initials → (shows icon)
```
### WithIcon
```html
```
### WithDisabledItems
```html
```
### WithClickEvents
```html
console.log('Menu item clicked:', e.detail.item.label)}
>
```
### PlacementExamples
```html
```
### WithSlottedHeader
```html
John Doe
john.doe@example.com
Premium Member
```