# 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

Input: "John Doe" → "JD"

Input: "jane" → "JA"

Input: "a" → "A"

Input: "" → (shows icon)

Input: "ABC" → "AB"

No initials → (shows icon)

``` ### WithIcon ```html
``` ### WithDisabledItems ```html
``` ### WithClickEvents ```html
console.log('Menu item clicked:', e.detail.item.label)} >
``` ### PlacementExamples ```html

Top Start

Top End

Bottom Start

Bottom End

``` ### WithSlottedHeader ```html
John Doe john.doe@example.com Premium Member
```