Simple Blazor component wrappers around SpinKit
SpinKit is designed by Tobias Ahlin
- Install the package by running
dotnet add package Faso.Blazor.SpinKit
or search "Faso.Blazor.SpinKit" in the NuGet directory
- Include the following directly in your component or
_Imports.razor
:
@using Faso.Blazor.SpinKit
- Place one of the 11 available spinners in your markup (presented in the same order here as on the demo website):
<SpinKitRotatingPlane/ >
<SpinKitDoubleBounce/ >
<SpinKitWave/ >
<SpinKitWanderingCube/ >
<SpinKitPulse/ >
<SpinKitChasingDots/ >
<SpinKitThreeBounce/ >
<SpinKitCircle/ >
<SpinKitCubeGrid/ >
<SpinKitFadingCircle/ >
<SpinKitFoldingCube/ >