Function freya_components::Loader
source · pub fn Loader(props: LoaderProps) -> ElementExpand 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 {})
}