pub fn Spinner(props: SpinnerProps) -> impl IntoView
Expand description
§Optional Props
- label:
impl Into<MaybeProp<String>>
- An optional label for the Spinner.
- size:
impl Into<Signal<SpinnerSize>>
- The size of the spinner.
- children: [
Children
]
pub fn Spinner(props: SpinnerProps) -> impl IntoView
impl Into<MaybeProp<String>>
impl Into<Signal<SpinnerSize>>
Children
]