Components/Loading Overlay

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Feedback · LoadingOverlay

SSR NativeAccessible

Loading Overlay

Blocks a bounded surface while an operation is in progress.

Live previewv0.1.4

Workspace settings

Changes are being synchronized.

Saving changesSaving changes
Astro
---
import { LoadingOverlay } from '@charvesta/cetha';
---

<div class="relative"><LoadingOverlay label="Saving changes" /></div>

API reference

PropTypeDefaultDescription
label*stringLoading announcement.
visiblebooleantrueControls visibility.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Announces busy state without removing the underlying content.