Notification Center Demo
A real-time notification center with smooth animations and interactive features.
Configuring your account...
Please wait while we prepare everything for you
Usage
import NotificationCenterDemo from '@/components/bynanaui/notification-center-demo'
<NotificationCenterDemo
cardTitle="Real-time payment alerts"
cardDescription="Get instant updates"
notificationTitle="Stripe"
notificationDescription="You received a payment"
notificationTime="2h ago"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
cardTitle | string | - | Main card title |
cardDescription | string | - | Card description |
notificationTitle | string | - | Notification title |
notificationDescription | string | - | Notification content |
notificationTime | string | - | Time display |