meta
notifications-popover
Notifications Popover
Bell + unread count + x-sync'd list.
$
Component docs
ndui add notifications-popover
Bell + unread count + list
Notifications
-
Deploy succeededacme-website v1.4.2 shipped to production.2 min ago
-
New teammateMorgan Chen joined the workspace.1 hr ago
-
Invoice due soonINV-2041 ($4,820) is due in 3 days.4 hrs ago
Source
<NotificationsPopover UnreadCount="@Model.Unread">
<Items>@foreach (var n in Model.Recent) { <NotificationItem Entry="n" /> }</Items>
</NotificationsPopover>
@* The count + list are x-sync'd — they refresh on every Alpine AJAX response. *@