Badges over ion-icon as ion-tab tabBadge

I would like to do the same thing as in ion-tab with tabBadge for simple ion-icon buttons

<ion-buttons end>
        <button royal>
            <ion-icon name="notifications"></ion-icon>
        </button>
</ion-buttons>

is this possible?

image

1 Like

Did you ever get this working? I have a similar need and trying to figure out the way to do it.

We did not go further with this, we hoped the ionic team integrate something out of the box, but I think nothing happend until yet. If you have a solution for it, please share with us! We will do the same!

Thx

check this out: How to add a badge to a icon inside a ion-button?

1 Like