🛎 How can I add a notification badge to a menu item?

I’m trying to add a classic notification badge (like :red_circle: 1) to one of my bottom menu items — to show that the user has unread notifications.

Here’s a screenshot from my app as an example:

What I’ve tried so far:

  1. Manually placing a group with a red badge on top of the menu icon
    :white_check_mark: Visually works
    :cross_mark: But it’s not clickable — I lose interaction with the menu item underneath.
  2. Adding the badge as a separate menu item with negative margin
    :white_check_mark: Shows the number
    :cross_mark: Takes up a menu slot (which I don’t have available)
    :cross_mark: Not responsive or scalable

What I’m looking for:

  • A way to overlay a badge with a number on a menu icon,
  • While still keeping the original menu item clickable
  • Ideally works well on mobile and scales with different screen sizes

Would love to hear if anyone has a good workaround, plugin, or approach for this :folded_hands:

Thanks!

Ive ended up adding a group inside my page. And that works great for now.

1 Like

Will note a feature request for adding badges to tab items

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.