EntityBadge
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Service
All Types#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| type * | enum | — | |
| label | ReactNode | — | Override the visible label. Defaults to the canonical type label. |
| hideGlyph | boolean | undefined | — | Hide the leading glyph. |
| size | "sm" | "md" | "lg" | null | undefined | — | |
| dot | boolean | undefined | — | Show a colored leading dot. |
| icon | ReactNode | — | Optional leading icon (defers to children). |