Does Ionic have any badge components? For example, little notification badges in Tab bars are a very common UI component.
The only reference I see to badges is in the “List” component. It’s just a span with a CSS class class="badge badge-assertive". I tried putting a span inside a tab but had no luck.
This is something we talked briefly about while developing/designing the alpha version. I’m thinking it didn’t make the cut, as we were trying to get all the big stuff done and working first. I assume we will have some support for this when we release the Beta.
That’s how mine look. For bigger icons, the badge may overlay them a bit too much. If so, you’ll need to modify the CSS slightly to position them well for your needs.