Home > @uniformdev/design-system > LoadingOverlay
LoadingOverlay() function
Loading Overlay. NOTE: the container/parent element must have a non-static position
value for the overlay to work properly.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, position, } | LoadingOverlayProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<>