Spinner
Indeterminate loading indicator.
At a glance
- Wraps RN
<ActivityIndicator>on native; CSS animation on web. - Three sizes and optional
labelfor a11y.
Web preview
Native preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'sm' | 'md' | 'lg' | 'md' | Visual size |
label | string | — | Accessible label (falls back to default for a11y) |
color | string | — | Spinner color; defaults to current text color |