SprightBlazor 2.1.12
See the version list below for details.
dotnet add package SprightBlazor --version 2.1.12
NuGet\Install-Package SprightBlazor -Version 2.1.12
<PackageReference Include="SprightBlazor" Version="2.1.12" />
paket add SprightBlazor --version 2.1.12
#r "nuget: SprightBlazor, 2.1.12"
// Install SprightBlazor as a Cake Addin #addin nuget:?package=SprightBlazor&version=2.1.12 // Install SprightBlazor as a Cake Tool #tool nuget:?package=SprightBlazor&version=2.1.12
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.33)
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.2.1 | 76 | 12/10/2024 |
3.2.0 | 74 | 12/9/2024 |
3.1.6 | 82 | 12/4/2024 |
3.1.5 | 83 | 12/4/2024 |
3.1.4 | 87 | 11/22/2024 |
3.1.3 | 76 | 11/19/2024 |
3.1.2 | 72 | 11/18/2024 |
3.1.1 | 87 | 11/14/2024 |
3.1.0 | 78 | 11/14/2024 |
3.0.1 | 88 | 11/5/2024 |
3.0.0 | 85 | 11/1/2024 |
2.1.20 | 89 | 10/29/2024 |
2.1.19 | 83 | 10/29/2024 |
2.1.18 | 83 | 10/28/2024 |
2.1.17 | 93 | 10/24/2024 |
2.1.16 | 85 | 10/23/2024 |
2.1.15 | 93 | 10/23/2024 |
2.1.14 | 123 | 10/18/2024 |
2.1.13 | 95 | 10/16/2024 |
2.1.12 | 87 | 10/14/2024 |
2.1.11 | 101 | 10/9/2024 |
2.1.10 | 96 | 9/26/2024 |
2.1.9 | 98 | 9/26/2024 |
2.1.8 | 97 | 9/26/2024 |
2.1.7 | 100 | 9/25/2024 |
2.1.6 | 88 | 9/18/2024 |
2.1.5 | 121 | 9/11/2024 |
2.1.4 | 109 | 9/11/2024 |
2.1.3 | 113 | 9/11/2024 |
2.1.2 | 110 | 9/10/2024 |
2.1.1 | 107 | 9/5/2024 |
2.1.0 | 99 | 9/5/2024 |
2.0.4 | 125 | 9/4/2024 |
2.0.3 | 97 | 9/3/2024 |
2.0.2 | 110 | 9/3/2024 |
2.0.1 | 113 | 9/3/2024 |
2.0.0 | 135 | 8/23/2024 |
1.0.5 | 126 | 8/21/2024 |
1.0.4 | 132 | 8/20/2024 |
1.0.3 | 123 | 8/16/2024 |
1.0.2 | 93 | 8/1/2024 |
1.0.1 | 117 | 6/1/2024 |
1.0.0 | 109 | 5/15/2024 |
0.0.5 | 98 | 5/9/2024 |
0.0.4 | 81 | 5/2/2024 |
0.0.3 | 91 | 5/1/2024 |
0.0.2 | 99 | 5/1/2024 |
0.0.1 | 91 | 5/1/2024 |