ShineBlazor.Components 0.2.5

dotnet add package ShineBlazor.Components --version 0.2.5
                    
NuGet\Install-Package ShineBlazor.Components -Version 0.2.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShineBlazor.Components" Version="0.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShineBlazor.Components" Version="0.2.5" />
                    
Directory.Packages.props
<PackageReference Include="ShineBlazor.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShineBlazor.Components --version 0.2.5
                    
#r "nuget: ShineBlazor.Components, 0.2.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ShineBlazor.Components@0.2.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShineBlazor.Components&version=0.2.5
                    
Install as a Cake Addin
#tool nuget:?package=ShineBlazor.Components&version=0.2.5
                    
Install as a Cake Tool

Shine Blazor

alternate text is missing from this package README image

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.5 105 4/6/2026
0.2.4 205 7/9/2025
0.2.3 255 4/15/2025
0.2.2 219 3/31/2025
0.2.1 306 3/23/2025
0.1.0 180 3/15/2025