<Bell />
The Bell component displays the notification bell icon and unread notification count
The Bell component displays the notification bell icon. It can also be used to show the number of unread notifications.
Custom Bell
You can pass any custom components to the renderBell prop to use with your own bell icon and unread count UI.
Custom Popover Integration
<Inbox /> can be mounted in your own popover component. For further customization, you can also
use the renderBell and renderNotification render props.
Below is an example of how to use <Inbox /> with Radix UI: