SprightBlazor 0.0.5

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

// Install SprightBlazor as a Cake Tool
#tool nuget:?package=SprightBlazor&version=0.0.5

Spright Blazor

Spright Nuget Version

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) or wwwroot/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 and NimbleBlazor.HybridWorkaround.js in wwwroot/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 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. 
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
1.0.0 75 5/15/2024
0.0.5 59 5/9/2024
0.0.4 51 5/2/2024
0.0.3 58 5/1/2024
0.0.2 61 5/1/2024
0.0.1 57 5/1/2024