The Blazor Spinner component denotes when long-running tasks are ongoing, tasks for which there is no information about their progress. The component provides circular progress indicators without interaction capabilities.
To show users the progress information of a task, the Blazor ProgressBar component should be used, instead.
Easily get started with the Blazor Spinner using a few simple lines of C# code as demonstrated below. Also explore our Blazor Spinner example that shows you how to render and configure the Blazor Spinner.
@using Syncfusion.Blazor
@using Syncfusion.Blazor.Buttons
@using Syncfusion.Blazor.Spinner
<div>
<SfButton @onclick="@ClickHandler">Show/Hide Spinner</SfButton>
<div id="container">
<SfSpinner @bind-Visible="@VisibleProperty">
</SfSpinner>
</div>
</div>
@code{
private bool VisibleProperty { get; set; } = false;
private async Task ClickHandler()
{
this.VisibleProperty = true;
await Task.Delay(2000);
this.VisibleProperty = false;
}
}
Several built-in, Sass-based themes are available: Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, and high contrast. Simplify theme customization by either overriding the existing Sass styling or creating custom themes using the Theme Studio application.
Include labels with the Blazor Spinner component that give additional, meaningful information about the task currently running.
The Spinner component can be rendered with other Blazor components, such as the Tab component. To render the Spinner inside the Tab component, the Spinner is set as a child of the Tab component, and the Spinner can be shown or hidden when switching between tabs.
Multiple size options for the Blazor Spinner let developers uphold visual consistency across their applications. By coming in large, medium, and small sizes, this component seamlessly adjusts to various design needs and loading situations to help integrate it within other Blazor components.
Templates in the Blazor Spinner component provide a robust mechanism for users to create loading elements that seamlessly integrate with their applications. The flexibility, reusable, and customization options enhance the development experience and result in visually appealing and consistent loading experiences across Blazor applications.
You can control the Blazor Spinner component’s visibility easily through a two-way binding property and asynchronous methods.
The default appearance of the Blazor Spinner component can be customized by changing its color and stroke width. Also, you can set the z-index for Blazor spinners dynamically based on application scenarios.
We do not sell the Blazor Spinner separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the Blazor Spinner. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our Blazor Spinner demo, which demonstrates how to render and configure the Spinner.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Blazor Spinner, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Spinner component alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.