SprightBlazor 2.0.0
See the version list below for details.
dotnet add package SprightBlazor --version 2.0.0
NuGet\Install-Package SprightBlazor -Version 2.0.0
<PackageReference Include="SprightBlazor" Version="2.0.0" />
paket add SprightBlazor --version 2.0.0
#r "nuget: SprightBlazor, 2.0.0"
// Install SprightBlazor as a Cake Addin #addin nuget:?package=SprightBlazor&version=2.0.0 // Install SprightBlazor as a Cake Tool #tool nuget:?package=SprightBlazor&version=2.0.0
Spright Blazor
Spright Blazor generally works equivalently to Nimble Blazor, so refer to the Nimble Blazor README.md. Any Spright-specific differences are listed below.
Getting Started
Any project using SprightBlazor components will typically also be using NimbleBlazor components (e.g. NimbleThemeProvider
if nothing else). SprightBlazor is not a superset of NimbleBlazor, but the spright-components
bundle is a superset of the nimble-components
bundle. Follow the directions below to avoid issues:
Add references to both the SprightBlazor and NimbleBlazor NuGet packages in your project
Include only the Spright all-components bundle in
_Layout.cshtml
(for BlazorServer) orwwwroot/index.html
(for Blazor WebAssembly):<body> ... <script src="_content/SprightBlazor/spright-components/all-components-bundle.min.js"></script> </body>
In a Blazor Hybrid app
Include both
SprightBlazor.HybridWorkaround.js
andNimbleBlazor.HybridWorkaround.js
inwwwroot/index.html
:</body> ... <script src="_framework/blazor.webview.js"></script> <script src="_content/SprightBlazor/spright-components/all-components-bundle.min.js"></script> <script src="_content/NimbleBlazor/NimbleBlazor.HybridWorkaround.js"></script> <script src="_content/SprightBlazor/SprightBlazor.HybridWorkaround.js"></script> </body>
Contributing
Follow the instructions in CONTRIBUTING.md to modify this library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.32)
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.0.1 | 36 | 11/5/2024 |
3.0.0 | 64 | 11/1/2024 |
2.1.20 | 72 | 10/29/2024 |
2.1.19 | 64 | 10/29/2024 |
2.1.18 | 69 | 10/28/2024 |
2.1.17 | 76 | 10/24/2024 |
2.1.16 | 72 | 10/23/2024 |
2.1.15 | 76 | 10/23/2024 |
2.1.14 | 108 | 10/18/2024 |
2.1.13 | 82 | 10/16/2024 |
2.1.12 | 72 | 10/14/2024 |
2.1.11 | 83 | 10/9/2024 |
2.1.10 | 85 | 9/26/2024 |
2.1.9 | 81 | 9/26/2024 |
2.1.8 | 85 | 9/26/2024 |
2.1.7 | 86 | 9/25/2024 |
2.1.6 | 78 | 9/18/2024 |
2.1.5 | 109 | 9/11/2024 |
2.1.4 | 98 | 9/11/2024 |
2.1.3 | 104 | 9/11/2024 |
2.1.2 | 101 | 9/10/2024 |
2.1.1 | 96 | 9/5/2024 |
2.1.0 | 92 | 9/5/2024 |
2.0.4 | 114 | 9/4/2024 |
2.0.3 | 88 | 9/3/2024 |
2.0.2 | 103 | 9/3/2024 |
2.0.1 | 105 | 9/3/2024 |
2.0.0 | 129 | 8/23/2024 |
1.0.5 | 119 | 8/21/2024 |
1.0.4 | 125 | 8/20/2024 |
1.0.3 | 116 | 8/16/2024 |
1.0.2 | 81 | 8/1/2024 |
1.0.1 | 111 | 6/1/2024 |
1.0.0 | 102 | 5/15/2024 |
0.0.5 | 90 | 5/9/2024 |
0.0.4 | 76 | 5/2/2024 |
0.0.3 | 84 | 5/1/2024 |
0.0.2 | 93 | 5/1/2024 |
0.0.1 | 83 | 5/1/2024 |