Function freya_components::Loader

source ·
pub fn Loader(props: LoaderProps) -> Element
Expand description

§Styling

Inherits the LoaderTheme theme.

Use cases: showing the progress of an external task (http calls for example), etc.

§Example

fn app() -> Element {
    rsx!(Loader {})
}

§Preview

Loader Preview