Home > @uniformdev/design-system > LoadingOverlayProps
LoadingOverlayProps interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
React.ReactNode |
(Optional) | ||
|
boolean |
sets whether to display the loading overlay components | ||
|
boolean |
(Optional) (optional) if set to true, the animation of the loading indicator is paused false | ||
|
boolean |
(Optional) (optional) aligns the content of the overlay to the top instead of having it centered false | ||
|
number |
(Optional) (optional) sets the width and height of the loader 128 | ||
|
'transparent' | 'var(--white)' |
(Optional) (optional) sets the loading overlay background color 'var(--white)' | ||
|
'absolute' | 'fixed' |
(Optional) (optional) sets the position of the overlay 'absolute' | ||
|
string | ReactNode |
(Optional) (optional) type that sets a text value or React component under the loading icon | ||
|
number |
(Optional) (optional) the z-index value of the overlay 9999 |