User Menu
svelte
Loading...| Name | Type | Default | Description |
|---|---|---|---|
| user | Object | null | Record |
| parentIconSize | string | 30px | Size of the parent icon in pixels. |
| childIconSize | string | 20px | Size of the child icon in pixels. |
| iconBg | string | var(--primary-bg) | Background color of the icons. |
| absolute | string | left | Dropdown position relative to the parent element. |
| onProfile | function | void | Redirect to user profile |
| onLogout | function | void | Redirect to user logout |