Components/StatusIndicator

StatusIndicator

Colored dot with optional label for real-time status display.

Installation

Examples

All states

Online, offline, busy, away, and idle.

Online
Busy
Away
Idle
Offline

With avatar

Status dot on an avatar indicates user presence.

user

Alex — Online

user

Sarah — Busy

user

Marcus — Offline

API Reference

PropTypeDefaultDescription
status*'online'|'offline'|'busy'|'away'|'idle'requiredStatus value.
labelstringVisible label beside the dot.
size'sm'|'md'|'lg''md'Controls dot size.
pulsebooleanAnimates the dot (auto true for online).