View and manage all your notifications
All Notifications
4 unread
New user registration
John Doe has registered a new account and is awaiting approval.
Server warning
CPU usage exceeded 85% threshold on production server.
Deployment complete
Version 2.4.1 deployed to staging environment successfully.
Payment failed
Payment processing failed for Order #4521. Please review.
Scheduled maintenance
System maintenance window: Tonight 11PM - 2AM UTC.
Backup completed
Daily backup completed. 2.4GB archived successfully.
New comment
Sarah left a comment on Task #234: 'Looks great, approved!'
License expiring
Your enterprise license expires in 14 days. Please renew.
Notification Components
Components used in the navbar notification dropdown
Navbar Notifications
heex
<.notifications count=3>
<.notification_item variant="primary" icon="fa-solid fa-bell" is_unread>
<:title>New message</:title>
<:text>You have a new message</:text>
<:time>2 min ago</:time>
</.notification_item>
</.notifications>
Available Props
| Prop | Description |
|---|---|
count
| Badge count on bell icon |
variant
| Color variant (primary, success, warning, danger, info) |
icon
| Font Awesome icon class |
is_unread
| Highlight as unread |