Skip to main content

euv_loading

Function euv_loading 

Source
pub fn euv_loading(node: VirtualNode<EuvLoadingProps>) -> VirtualNode
Expand description

A loading indicator component with spinner and optional subtitle.

Renders a spinner with a title (and optional subtitle) in either inline or overlay mode. In overlay mode the component is absolutely positioned to cover its parent container, making it ideal for overlaying canvases or other content areas during asynchronous initialization.

§Arguments

  • VirtualNode<EuvLoadingProps> - The props node containing title, subtitle, overlay, and background.

§Returns

  • VirtualNode - A styled loading indicator element.