Badge
A status light in text form: tinted chips, optional leading dot, glow for the one badge that must be seen.
Draw
npx shadcn@latest add @clow/badgePlayground
Relay online
props
<Badge>Relay online</Badge>Examples
basic
variants
with icons
Props
| prop | type | default |
|---|---|---|
| variant | default | outline | success | warning | destructive | glow | default |
| dot | boolean | false |
| children | text | Relay online |