# `PetalComponents.UserDropdownMenu`
[🔗](https://github.com/petalframework/petal_components/blob/v3.2.0/lib/petal_components/user_dropdown_menu.ex#L1)

# `user_dropdown_menu`

## Attributes

* `user_menu_items` (`:list`) - list of maps with keys :path, :icon (atom), :label, :method (atom - optional).
* `current_user_name` (`:string`) - the current signed in user's name.
* `avatar_src` (`:string`) - the current signed in user's avatar image src. Defaults to `nil`.

---

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