Components
StatusIndicator
Colored dot and label showing real-time status. Animates for loading states.
A colored dot with a status label. The dot animates for loading/syncing states. Useful for showing service health, connection status, or background worker states.
Installation
Usage
Examples
Force pulse animation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
status | 'online' | 'offline' | 'loading' | 'warning' | 'error' | 'idle' | — | Status value (required) |
label | string | — | Description text (required) |
pulse | boolean | auto for loading | Animate the dot |
theme | InkUITheme | darkTheme | Color theme |