Enum SpinnerType
Specifies the built-in themes that can be applied to the Syncfusion.Blazor.Spinner.SfSpinner component.
Namespace: Syncfusion.Blazor.Spinner
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SpinnerType
Remarks
The theme determines the visual appearance of the spinner, including its shape, color, and animation. Each theme corresponds to a different design system, such as Material, Bootstrap, or Fluent. By default, the spinner will inherit the theme from the application.
Examples
A simple Spinner component with Material theme.
@using Syncfusion.Blazor.Spinner
<SfSpinner Type="SpinnerType.Material"></SfSpinner>
Fields
| Name | Description |
|---|---|
| Bootstrap | Specifies the Bootstrap theme for the spinner. |
| Bootstrap4 | Specifies the Bootstrap 4 theme for the spinner. |
| Bootstrap5 | Specifies the Bootstrap 5 theme for the spinner. |
| Fabric | Specifies the Fabric theme for the spinner. |
| Fluent | Specifies the Fluent theme for the spinner. |
| Fluent2 | Specifies the Fluent2 theme for the spinner. |
| HighContrast | Specifies the High-contrast theme for the spinner. |
| Material | Specifies the Material theme for the spinner. |
| Material3 | Specifies the Material3 theme for the spinner. |
| None | Specifies that the spinner should automatically inherit the theme from the application. |
| Tailwind | Specifies the Tailwind CSS theme for the spinner. |
| Tailwind3 | Specifies the Tailwind theme version 3 for the spinner. |