Path: blob/main/examples/reference/indicators/LoadingSpinner.ipynb
2011 views
The LoadingSpinner
is a boolean indicator providing a visual representation of the loading status. If the value
is set to True
the spinner will rotate while setting it to False
will disable the rotating segment.
Parameters:
For details on other options for customizing the component see the layout and styling how-to guides.
bgcolor
(str): The color of spinner background segment, either 'light' or 'dark'color
(str): The color of the spinning segment, one of 'primary', 'secondary', 'success', 'info', 'warn', 'danger', 'light', 'dark'name
(str): A label to display alongside the spinner.size
(int): The size of the spinner in pixels.value
(boolean): Whether the indicator is spinning or not.
The LoadingSpinner
can be instantiated in a spinning or idle state:
The LoadingSpinner
indicator also supports a range of spinner colors and backgrounds: