Back

LoadingOverlay

Preview (in a container)

In production the overlay is fixed inset-0 covering the entire viewport. Below it is scoped to this card with relative overflow-hidden.

Page content underneath

Loading data…

Toggle Demo

Content behind

Usage

@feedback.LoadingOverlay(feedback.LoadingOverlayProps{
    Message: "Loading data…", // optional text under the spinner
})