NotificationBadge

Badge overlay for showing notification counts on icons or avatars.

Preview

Usage

import { NotificationBadge } from '@ramtt/ui'

<NotificationBadge count={5}>
  <IconBell />
</NotificationBadge>

Props

PropTypeDefaultDescription
countnumberNotification count
dotbooleanfalseShow dot instead of count
maxnumber99Maximum display count
children*ReactNodeElement to decorate