StatusBadge
Status signals and system feedback
StatusBadge
Lightweight badges for system status and signals.
Status: Beta
Demo
Status Signals
Success, warning, error, info.
Demo will load when visible.
API (Lite)
| Property | Type | Default | Description |
|---|---|---|---|
| text | - | Label text | |
| status | successwarningdangerinfomuted | Status type | |
| statusKey | granteddeniednotDeterminedunsupported | Permission/status key mapped to a tone | |
| icon | Custom icon class | ||
| size | smmd | Size | |
| os | macoswindowslinux | - | Optional platform icon |
| osOnly | Render only the platform icon |
Contract
Explicit status takes precedence over statusKey. statusKey maps granted/denied/notDetermined/unsupported to success/danger/warning/muted, and unknown keys fall back to info. Platform icons render before the tone icon; osOnly hides the tone icon. The badge emits click when clicked.
Composite Patterns
Status Row
Status badge paired with avatar.
Demo will load when visible.