A versatile, easy-to-use badge extension for Bulma.
Use the data-badge attribute for basic text notifications. These
are generated via CSS ::after pseudo-elements.
<button class="button" data-badge="8">
Notifications
</button>Use the .badge class for badges that require icons or complex inner
content. The parent element automatically becomes a badge holder.
<button class="button">
Profile
<span class="badge is-success">
<span class="icon is-small">
<i class="material-icons">check</i>
</span>
</span>
</button>Top-Right is default. Both versions support custom placement.
Rich (.badge)
Simple (data-badge)
Badges support all Bulma core colors and outlined variations.
Attach badges to larger icon holders for a modern UI look.