Modulight.UI.Blazor 0.0.7.1

dotnet add package Modulight.UI.Blazor --version 0.0.7.1
NuGet\Install-Package Modulight.UI.Blazor -Version 0.0.7.1
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="Modulight.UI.Blazor" Version="0.0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Modulight.UI.Blazor --version 0.0.7.1
#r "nuget: Modulight.UI.Blazor, 0.0.7.1"
#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 Modulight.UI.Blazor as a Cake Addin
#addin nuget:?package=Modulight.UI.Blazor&version=0.0.7.1

// Install Modulight.UI.Blazor as a Cake Tool
#tool nuget:?package=Modulight.UI.Blazor&version=0.0.7.1

Modulight.UI.Blazor

Modulight provide a template project for Blazor hosting with Razor Component Client modules.

Use the package Modulight.UI.Blazor alternate text is missing from this package README image to try it.

It provides a navigation layout generated by client modules.

First implement a custom Blazor UI provider.

class CustomBlazorUIProvider : BlazorUIProvider
{
    public CustomBlazorUIProvider(IRazorComponentClientModuleCollection razorComponentClientModuleCollection) : base(razorComponentClientModuleCollection)
    {
    }
}

Then use the provider.

In WebAssembly
builder.Services.AddModules(builder =>
{
    builder.UseRazorComponentClientModules().AddBlazorUI<CustomBlazorUIProvider>();
});

A Sample startup.

In ASP.NET hosting

It needs the package Modulight.UI.Blazor.Hosting alternate text is missing from this package README image to support prerendering.

See README for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Modulight.UI.Blazor:

Package Downloads
Modulight.UI.Blazor.Hosting

Support ASP.NET hosting for Modulight.UI.Blazor.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.7.1 618 5/31/2021
0.0.7 583 5/31/2021
0.0.6 549 5/30/2021
0.0.5 540 4/3/2021
0.0.5-preview.16 200 3/13/2021
0.0.5-preview.15 196 3/12/2021
0.0.5-preview.14 168 3/12/2021
0.0.5-preview.13 171 3/12/2021
0.0.5-preview.12 152 3/12/2021
0.0.5-preview.11 154 3/10/2021
0.0.5-preview.10 176 3/10/2021
0.0.5-preview.4 153 3/4/2021
0.0.5-preview.2 166 3/4/2021
0.0.4 513 3/4/2021
0.0.4-preview.40 138 2/22/2021
0.0.4-preview.30 280 2/21/2021
0.0.4-preview.28 180 2/20/2021