NotificationBadge

NotificationBadge Component

stable
Playground
๐Ÿ””
5
Props
PropTypeDefaultValue
countnumberโ€”
dotbooleanโ€”
maxnumberโ€”
colorselectprimary | error | warning | successโ€”
positionselecttop-right | top-left | bottom-right | bottom-leftโ€”
Default
๐Ÿ””
5
DotOnly
โœ‰๏ธ
MaxCount
99
99+
Positions
1
2
PROPTYPEDEFAULTDESCRIPTION
colorselectโ€”Badge color
countnumberโ€”Badge count
dotbooleanโ€”Dot-only mode
maxnumberโ€”Max count before overflow
positionselectโ€”Badge position
Using NotificationBadgetsx
import { NotificationBadge } from '@/components/NotificationBadge'

<NotificationBadge
  count="..."
  dot="..."
  max="..."
  color="..."
  position="..."
/>
Tokens Used
No design tokens detected