ShineBlazor.Components
0.2.5
dotnet add package ShineBlazor.Components --version 0.2.5
NuGet\Install-Package ShineBlazor.Components -Version 0.2.5
<PackageReference Include="ShineBlazor.Components" Version="0.2.5" />
<PackageVersion Include="ShineBlazor.Components" Version="0.2.5" />
<PackageReference Include="ShineBlazor.Components" />
paket add ShineBlazor.Components --version 0.2.5
#r "nuget: ShineBlazor.Components, 0.2.5"
#:package ShineBlazor.Components@0.2.5
#addin nuget:?package=ShineBlazor.Components&version=0.2.5
#tool nuget:?package=ShineBlazor.Components&version=0.2.5
Shine Blazor
Build responsive and dynamic sites faster with Shine Blazor.
Shine Blazor library is based on Bootstrap css. It uses very little javascript.
Demo: https://gurpreetraju.github.io/ShineBlazorComponents/
Quick Installation Guide
Install Package
dotnet add package ShineBlazor.Components --version 0.2.4
Add the following to _Imports.razor
@using ShineBlazor.Components
Add the following to the MainLayout.razor or App.razor
<ToastProvider />
Add the following to your HTML head section, it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server
<link href="_content/ShineBlazor.Components/css/shine.css" rel="stylesheet" />
Next, add the following to the default Blazor script at the end of the body
<script src="_content/ShineBlazor.Components/js/shine.js" type="text/javascript"></script>
If you want to use infinite scroll component also all the following script
<script src="_content/ShineBlazor.Components/InfiniteScroll.razor.js" type="module"></script>
Add the following to the relevant sections of Program.cs
using ShineBlazor.Components.Services;
builder.Services.AddScoped<ToastService>();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Localization.Abstractions (>= 9.0.3)
- ShineBlazor.Components.Base (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.