# `PhoenixKitWeb.Components.UserDashboardNav`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/phoenix_kit_web/components/user_dashboard_nav.ex#L1)

User dashboard navigation components for the PhoenixKit user dashboard.
Provides navigation elements specifically for user dashboard pages.

# `user_dropdown`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/phoenix_kit_web/components/user_dashboard_nav.ex#L24)

Renders user dropdown for dashboard navigation.
Shows user avatar with dropdown menu containing email, role, settings and logout.

## Attributes

* `scope` (`:any`) - Defaults to `nil`.
* `current_path` (`:string`) - Defaults to `""`.
* `current_locale` (`:string`) - Defaults to `"en"`.
* `admin_edit_url` (`:string`) - Defaults to `nil`.
* `admin_edit_label` (`:string`) - Defaults to `nil`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
