Skip to Content
Creation UI 15.0 is released 🎉
DocsComponentsLoadingOverlay

LoadingOverlay

Animated spinner for loading states.

Limitations

To keep LoadingOverlay within the parent container you need to make it relative and clip the overflow to take into account the rounded edges. In TailwindCSS it would be relative and overflow-clip

Component API

LoadingOverlay component props

PropDefaultDescription
activefalse
boolean

Is component visible

loaderColorwhite
primary | error | warning | success | mono | undefined

Loader color

onClick—
() => void

Callback function called on element click

cursorWaitfalse
boolean

Apply cursor-wait to overlay

cx—
{ "overlay": "string", "loader": { "inner": "string", "outer": "string" } }

Class names to add to wrapping InputBase component. Separately modify inner and outer container or input

Last updated on