Badges are compact elements that indicate a particular attribute.
For example, badges are used to display user groups, post state like "locked", or the number of unread comments or notifications.
The .badge class creates the basic style. It can be combined with a .bg class to give the badge color:
.badge
.bg
<span class="badge">12</span> <span class="badge bg-accent">12</span> <span class="badge bg-success">12</span> <span class="badge bg-warning">12</span> <span class="badge bg-danger">12</span> <span class="badge bg-activity">12</span>
Badges may have an icon as well as a label:
<span class="badge"> @icon('tabler-lock') Locked </span>
No Results Found
Something Went Wrong