UserMenu
Avatar-based dropdown menu for user account actions. Displays name and avatar initials.
Default
Basic user menu with profile, settings, and logout.
With Icons
Menu items with leading icons for better visual identification.
Admin User
Admin user menu with dashboard, user management, and security options.
Developer Menu
Developer-focused user menu with API keys, docs, and team management.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
name | text | "" | User display name shown in the menu trigger |
avatar | text | "" | Avatar initials (e.g. "JD" for John Doe) |
children | content | - | Menu items - links or buttons for user actions |