StatusDot

Visual indicator dot in one of four semantic colors.

Colors with labels

OnlineAwayBusyOffline
tsx
<StatusDot color="green" label="Online" />
<StatusDot color="yellow" label="Away" />
<StatusDot color="red" label="Busy" />
<StatusDot color="gray" label="Offline" />

Sizes

tsx
<StatusDot color="green" size="sm" />
<StatusDot color="green" size="md" />
<StatusDot color="green" size="lg" />