Loading...
Loading...
Loading...
User menu with avatar, sign-out, and configurable action items.
Install
npx bouncekit@latest add userdropdownImport
import { UserDropdown } from "@/components/dashboard/user-dropdown"API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
name | string | yes | User display name. |
email | string | yes | User email address. |
onSignOut | () => void | yes | Sign-out handler. |
items | UserDropdownItem[] | — | Additional menu items. |
Source
src/components/dashboard/user-dropdown.tsx