# Spinner Indeterminate loading indicator. Show Spinner for work with an unknown completion time when the surrounding interface remains visible. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `color` | `string` | prop | No | `'currentColor'` | Stroke colour. Defaults to the inherited text colour. | | `label` | `string` | prop | No | `'Loading'` | Accessible label announced to assistive tech. | | `size` | `number \| ControlSize` | prop | No | `18` | Outer diameter — a number (px) or a token: sm 16 / md 20 / lg 24. | ## Related - [Badge](/docs/components/badge): Compact semantic or categorical label. - [StatusDot](/docs/components/status-dot): Semantic status dot with an optional label and pulse. - [EmptyState](/docs/components/empty-state): Empty-state message with optional art and action.