Feedback & Status
LoadingOverlay
client34 kB
@stellaria/nebula-webLoadingOverlayPropsPreview
Props
8| Prop | Type | Default |
|---|---|---|
blur | OverlayBlur | "sm" |
className | string | — |
color | ColorExtended | "surface.base" |
label | string | "Loading" |
loader | ReactNode | — |
opacity | number | 0.75 |
visible required | boolean | — |
zIndex | number | 100 |
Slot props
3Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
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