Adds a simple component "BusyIcon" that displays the Open Iconic icon specified by IconClass when IsBusy is false and a spinner when IsBusy is true.
Info
Version: | 1.0.0 |
Author(s): | Brady Marston |
Last Update: | Saturday, February 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ShadySoft.Blazor.BusyIcon |
Install
Install-Package ShadySoft.Blazor.BusyIcon
dotnet add package ShadySoft.Blazor.BusyIcon
paket add ShadySoft.Blazor.BusyIcon
ShadySoft.Blazor.BusyIcon Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Components(>= 3.1.0)
- Microsoft.AspNetCore.Components.Web(>= 3.1.0)