In-App UI
React
Components
NotificationIconButton
NotificationIconButton
Renders a notification bell icon, with a badge showing the number of unseen items present in the notification feed.
Usage#
Props#
onClickfunction
The function to be invoked when the IconButton is clicked.
badgeCountTypeenum
One of unseen
| unread
| all
to determine which count to display.