FeedbackBrowse feedback components
Spinner
Inline loading spinner with 3 sizes, derived from theme primary.
Live preview
Usage
Adapters:React stableVue stable
index.html
<span class="lm-spinner" aria-hidden="true"></span><span class="sr-only">Loading…</span>CSS classes (2)
| Class | Description |
|---|---|
lm-spinner | Base spinner |
lm-spinner-{size} | sm | md | lg |
React props (1)
| Prop | Type | Default | Description |
|---|---|---|---|
size | Size | md | — |
Accessibility
- Wrap in aria-live='polite' if standalone, or pair with aria-busy on container.
Spotted something wrong? Edit this entry on GitHub.