<Notifications />
Display and customize the list of notifications in your application
The Notifications
component is used to display the list of notifications.
Basic Usage
Display notifications as a list without the Bell and Popover:
Custom Notification Item
You can customize how each notification is rendered using the renderNotification
prop:
The renderNotification
prop gives you full control over how each notification is displayed,
allowing you to customize the layout, styling, and what notification data to show.