Feedback · Loader
SSR NativeAccessibleLoader
Announces an indeterminate loading state with a compact spinner.
Loading small itemLoading configuration
Astro
---
import { Loader } from '@charvesta/cetha';
---
<Loader label="Loading configuration" />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | 'Loading' | Screen-reader status text. |
size | 'sm' | 'md' | 'md' | Sets spinner size. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Always provide a label that describes what is currently loading.