pub fn Spinner(props: SpinnerProps) -> ElementExpand description
Usage example:
rsx! {
div {
Spinner {
height: "90".to_string(),
width: "90".to_string(),
spinner_color: Some("#000".to_string()),
spinner_bg_color: None }
}