Skip to content
Feedback & Status

LoadingOverlay

client34 kB
@stellaria/nebula-webLoadingOverlayProps

Preview

Props

8
PropTypeDefault

blur

OverlayBlur"sm"

className

string

color

ColorExtended"surface.base"

label

string"Loading"

loader

ReactNode

opacity

number0.75

visible

required
boolean

zIndex

number100

Slot props

3

Each one spreads over an inner element, so you can restyle a region without forking the component.

PropTypeDefault

bodyProps

The status box. It carries `role="status"`, so its content is announced.

BoxSlotProps

labelProps

The label below the spinner.

TextSlotProps

loaderProps

Wrapper for the spinner. The spinner itself is replaced with `loader`.

BoxSlotProps

Also accepts

On top of its own props, this component forwards these groups.

Style props · 127