NotificationItem
Notification entry with user avatar, message, timestamp, and unread state.
Example
Alice commented on your pull request
Bob approved your changes
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
user | string | — | Required | User name |
userInitials | string | — | No | Avatar fallback |
userAvatarSrc | string | — | No | Avatar image |
message | string | — | Required | Notification text |
timestamp | string | — | Required | Time display |
unread | boolean | — | No | Unread indicator |
href | string | — | No | Click destination |
onDismiss | () => void | — | No | Dismiss handler |