Status Dot
Small colored status indicator with optional pulse and label.
Import
import { StatusDot } from "neoterm-ui";Usage
<StatusDot status="success" label="Online" pulse /> <StatusDot status="error" size="lg" /> <StatusDot status="warning" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| status | "success" | "warning" | "error" | "info" | "neutral" | — | Color variant. |
| pulse | boolean | false | Animated pulse ring. |
| size | "sm" | "md" | "lg" | "md" | Dot size. |
| label | string | — | Text label next to the dot. |