Classes list
Every class Badge recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.badge | Base class — required on every badge |
.badge-label | Wraps the visible text (clipped with an ellipsis if it overflows) |
.badge-dot | A small colored dot, shown before the label or alone with .badge-dot-only |
.badge-dot-only | Collapses the badge to a circular dot with no text |
.is-pulse | Runtime-style state — animates .badge-dot with a looping pulse |