Excubo.Blazor.LazyStyleSheet 2.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Excubo.Blazor.LazyStyleSheet --version 2.0.6
NuGet\Install-Package Excubo.Blazor.LazyStyleSheet -Version 2.0.6
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="Excubo.Blazor.LazyStyleSheet" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Excubo.Blazor.LazyStyleSheet --version 2.0.6
#r "nuget: Excubo.Blazor.LazyStyleSheet, 2.0.6"
#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.
// Install Excubo.Blazor.LazyStyleSheet as a Cake Addin
#addin nuget:?package=Excubo.Blazor.LazyStyleSheet&version=2.0.6

// Install Excubo.Blazor.LazyStyleSheet as a Cake Tool
#tool nuget:?package=Excubo.Blazor.LazyStyleSheet&version=2.0.6

A major issue on websites is slow page load. In part, this is due to enormous payloads that need to be downloaded in full before a page can be rendered correctly. Minimization and compression help to some degree, but it ignores the awkward fact that many style sheets are only used to a tiny fraction.

With HTTP/2, loading small files rather than one large one is less of a performance concern than with HTTP/1.1. Since Blazor uses HTTP/2 by default, we can make use of this and split style sheets into smaller chunks. Those chunks can then be loaded lazily, i.e. only when a component actually needs it.

Excubo.Blazor.LazyStyleSheet enables you to write dedicated style sheet for each component.

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
3.1.21 771 11/9/2021
3.1.19 635 9/15/2021
3.1.18 657 8/11/2021
3.1.17 668 7/19/2021
3.1.14 635 4/7/2021
3.1.13 726 3/3/2021
3.1.11 767 1/13/2021
3.1.9 737 11/13/2020
3.1.8 31,887 10/13/2020
3.1.7 2,921 9/30/2020
3.1.5 3,536 9/8/2020
3.1.4 4,089 8/12/2020
3.1.3 2,996 7/24/2020
3.1.2 1,435 7/20/2020
3.1.1 1,813 7/14/2020
3.0.0 1,069 7/10/2020
2.0.9 2,867 6/15/2020
2.0.8 822 6/5/2020
2.0.7 809 5/13/2020
2.0.6 812 5/13/2020
2.0.5 804 5/1/2020
2.0.2 844 5/1/2020
2.0.1 778 4/28/2020
2.0.0 852 3/27/2020
1.0.1 825 3/26/2020
1.0.0 832 3/11/2020