Patterns · Feedback
Single notification row for notification panels or dropdowns.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | — | ✓ | Notification title. |
| description | string | — | — | Supporting text. |
| timestamp | string | — | — | Relative time string. |
| unread | boolean | false | — | Applies unread indicator styling. |
| avatar | React.ReactNode | — | — | Avatar for the notification actor. |
| onClick | () => void | — | — | Click handler for the item. |
import { NotificationItem } from '@nexub/patterns';