Loading...
Loading...
Loading...
Slide-out notification panel with item list and read state.
Install
npx bouncekit@latest add notificationpanelImport
import { NotificationPanel } from "@/components/dashboard/notification-panel"API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
items | NotificationItem[] | yes | Notifications to display. |
open | boolean | yes | Controlled open state. |
onOpenChange | (open: boolean) => void | yes | Open state change handler. |
Source
src/components/dashboard/notification-panel.tsx