Notification Center
A production-scale, light + dark Notification Center component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add notification-centerLive preview available in the gallery.
Usage
import { NotificationCenter } from "@lerpa/ui";
<NotificationCenter />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | NotificationItem[] | — | |
| onItemClick | (item: NotificationItem) => void | — | |
| onMarkAllRead | () => void | — | |
| className | string | — | |
| label | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.