Skip to main content

Spinner

Function Spinner 

Source
pub fn Spinner(props: SpinnerProps) -> Element
Expand description

Usage example:

rsx! {
    div {
        Spinner {
            height: "90".to_string(),
            width: "90".to_string(),
            spinner_color: Some("#000".to_string()),
            spinner_bg_color: None }
    }