Unread message or unseen notification Tabitem indicator

Hi everyone , I am tryin to get a superscript icon on TabItem that indicates to the user that their attention is needed. Any help?

Example can be seen on Tabitem notifications in the attached image

If you’re using the Native Tab bar, you can achieve this yet.

But with a custom Tab bar using a floating group, you can achieve this and setup proper conditions.
Which method are you currently using??

I am using the Native Tab bar.

To achieve this for now, you’ll need to create a custom tab bar(and/or set it to a reusable) where you can group the icon element and the red text alert/indicator that will have a condition for when it’s visible or for changing it’s color.

Note that creating a custom tab bar with a floating group eliminates the smooth transition from one main view to another as these custom tab bars are treated as single elements within a view and not global/native element.
Aside this, everything else will be good to go.