# `PhoenixKitWeb.Live.NotificationsBell`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.102/lib/phoenix_kit_web/live/notifications_bell.ex#L1)

Nested LiveView that renders the notifications bell in the global layout.

Embedded from `layout_wrapper.ex` via `live_render/3` with `sticky: true`
so it keeps its socket across page navigations and its own PubSub
subscription stays live. It owns its `handle_info` callbacks for
`{:notification_created, _}` / `{:notification_seen, _}` /
`{:notification_dismissed, _}` / `{:notifications_bulk_updated, _}`,
refreshing the badge count and dropdown contents on each event.

Not routable on its own — mount expects `user_uuid` in the nested session.

# `handle_event`

# `handle_info`

# `mount`

# `render`

---

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