Components
<Bell />
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 as children to <Bell/>
and render them as custom bell icon.
Bring your own Popover
<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.
Was this page helpful?