BlazorPro.Spinkit
1.2.0
dotnet add package BlazorPro.Spinkit --version 1.2.0
NuGet\Install-Package BlazorPro.Spinkit -Version 1.2.0
<PackageReference Include="BlazorPro.Spinkit" Version="1.2.0" />
paket add BlazorPro.Spinkit --version 1.2.0
#r "nuget: BlazorPro.Spinkit, 1.2.0"
// Install BlazorPro.Spinkit as a Cake Addin #addin nuget:?package=BlazorPro.Spinkit&version=1.2.0 // Install BlazorPro.Spinkit as a Cake Tool #tool nuget:?package=BlazorPro.Spinkit&version=1.2.0
BlazorPro Spinkit
A collection of loading indicators animated with CSS for Blazor. Spinkit also includes the SpinLoader component with templates for handling null values during async operations. Spinkit includes CSS from the Spinkit project by Tobias Ahlin
Getting Setup
You can install the package via the nuget package manager just search for BlazorPro.Spinkit. You can also install via powershell using the following command.
Install-Package BlazorPro.Spinkit
Or via the dotnet CLI.
dotnet add package BlazorPro.Spinkit
1. Add Imports
Add the following to your _Imports.razor
@using BlazorPro.Spinkit
2. Add a spinner component
Add one of the following components to your index page.
<Chase />
<Circle />
<CircleFade />
<Flow />
<Grid />
<Plane />
<Pulse />
<Swing />
<Wander />
<Wave />
<Bounce />
<Fold />
3. Add reference to style sheet
Add the following line to the head
tag of your _Host.cshtml
(Blazor Server) or index.html
(Blazor WebAssembly).
<link href="_content/BlazorPro.Spinkit/spinkit.min.css" rel="stylesheet" />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- BlazorComponentUtilities (>= 1.6.0)
- Microsoft.AspNetCore.Components (>= 3.1.2)
- Microsoft.AspNetCore.Components.Web (>= 3.1.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on BlazorPro.Spinkit:
Package | Downloads |
---|---|
WIG.ComponentsBlazor
Package Description |
|
JAG.JAGRCL2
Test JAGRCL2 Razor Class library - packaged - net8.0 |
|
EXCSLA.UI.Blazor.Controls
Services for webassembly and server side blazor apps |
|
VisualDNugget
Package Description |
|
Kraken.Domain
Basis for the core layer of the Kraken Framework |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on BlazorPro.Spinkit:
Repository | Stars |
---|---|
CuriousDrive/BlazingChat
BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community. This is a sample application for developers who are just getting started with Blazor.
|
|
isaacrlevin/presencelight
PresenceLight is a solution to broadcast your various statuses to light bulbs.
|
|
CuriousDrive/BookStores
BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.
|
|
melihercan/WebRTCme
A cross-platform framework for adding WebRTC support to .NET MAUI, Blazor, and Desktop applications by using a single unified .NET/C# API.
|
1.2 Fixed missing Fold enum
1.1 Updated Blazor dependencies to lastest
1.0 Initial Release