Default
Notifications
default.tsx
<NotificationCenter
notifications={mockNotifications}
setNotifications={() => {}}
onRemove={() => {}}
onClearAll={() => {}}
/>The Notification Center component displays notifications with customizable behavior and polling capabilities.
<NotificationCenter
notifications={mockNotifications}
setNotifications={() => {}}
onRemove={() => {}}
onClearAll={() => {}}
/>