mljr-ui · showcase

Notification Badge

Count badge overlaid top-right on any content — icons, buttons, avatars.

feedback notification-badge

Usage

feedback.NotificationBadge(feedback.NotificationBadgeProps{Count: 5},
    icon.Icon("lucide:bell"),
)
// Dot mode
feedback.NotificationBadge(feedback.NotificationBadgeProps{Dot: true},
    primitive.Button(...),
)