# StatusDot Semantic status dot with an optional label and pulse. Add StatusDot when a compact semantic indicator needs an optional text label. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `children` | `Snippet` | snippet | No | `undefined` | No additional description. | | `pulse` | `boolean` | prop | No | `false` | Pulse the dot for "live" / in-progress states. | | `tone` | `StatusDotTone` | prop | No | `'neutral'` | Drives the dot color. | ## Related - [Badge](/docs/components/badge): Compact semantic or categorical label. - [EmptyState](/docs/components/empty-state): Empty-state message with optional art and action. - [Spinner](/docs/components/spinner): Indeterminate loading indicator.