pub fn Loader(props: LoaderProps) -> Option<VNode>
Inherits the LoaderTheme theme.
LoaderTheme
Use cases: showing the progress of an external task (http calls for example), etc.
fn app() -> Element { rsx!(Loader {}) }