NotificationFeed
patternNotification list with read/unread states, type chips, and icon action buttons. Composes Card, Stack, Row, Text, Chip, Avatar, Button, and Tooltip for a production-ready notification feed.
Notification feed
Mixed read and unread notifications with type badges.
Usage
Installation
API Reference
NotificationFeed props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card | component | — | Container for each notification — accent-subtle background for unread. |
Avatar | component | — | Sender avatar. |
Text | component | — | Notification title and timestamp. |
Chip | component | — | Notification type label (Comment, Mention, Update). |
Button | component | — | Action buttons (mark read, archive). |
Tooltip | component | — | Tooltips on icon action buttons. |