Components/LoadingOverlay
Since 1.0.0BETA

LoadingOverlay

Component documentation for LoadingOverlay.

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

LoadingOverlay

Component documentation for LoadingOverlay.

import { ref } from 'vue' const loading = ref(false)

In-Container Overlay

LoadingOverlay (container)

Demo loads on client.

Fullscreen Overlay

LoadingOverlay (fullscreen)

Demo loads on client.

API

Props

PropTypeDefaultDescription
loadingbooleanfalseDescription for loading.
fullscreenbooleanfalseDescription for fullscreen.
textstring''Description for text.
spinnerSizenumber18Description for spinnerSize.
backgroundstring-Description for background.
Was this helpful?