<InboxContent />
Learn how to use the InboxContent component with custom popovers and handle notification interactions
By default, <InboxContent />
renders the content of the <Inbox />
popover. This component is meant to be used with a custom popover.
Basic Usage
The InboxContent component provides a flexible way to customize the inbox display while maintaining all the core notification functionality.
Advanced Usage
The <InboxContent />
component can receive all the props that <Inbox />
does, besides the configuration and bell specific ones. This allows for extensive customization of notification handling and display.
The example above demonstrates how to: - Handle notification clicks - Customize primary and secondary action behaviors - Provide custom rendering for notifications