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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Modulight.UI.Blazor
Modulight provide a template project for Blazor hosting with Razor Component Client modules.
Use the package Modulight.UI.Blazor 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>();
});
In ASP.NET hosting
It needs the package Modulight.UI.Blazor.Hosting to support prerendering.
See README for details.
Product | Versions 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.
-
net5.0
- Microsoft.AspNetCore.Components.Web (>= 5.0.6)
- Microsoft.AspNetCore.Components.Web.Extensions (>= 5.0.0-preview9.20513.1)
- StardustDL.RazorComponents.AntDesigns (>= 0.8.1.51)
- StardustDL.RazorComponents.Bootstraps (>= 5.0.1.51)
- StardustDL.RazorComponents.MaterialDesignIcons (>= 5.9.55.51)
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 | 689 | 5/31/2021 |
0.0.7 | 640 | 5/31/2021 |
0.0.6 | 605 | 5/30/2021 |
0.0.5 | 600 | 4/3/2021 |
0.0.5-preview.16 | 220 | 3/13/2021 |
0.0.5-preview.15 | 208 | 3/12/2021 |
0.0.5-preview.14 | 177 | 3/12/2021 |
0.0.5-preview.13 | 183 | 3/12/2021 |
0.0.5-preview.12 | 163 | 3/12/2021 |
0.0.5-preview.11 | 165 | 3/10/2021 |
0.0.5-preview.10 | 186 | 3/10/2021 |
0.0.5-preview.4 | 162 | 3/4/2021 |
0.0.5-preview.2 | 175 | 3/4/2021 |
0.0.4 | 563 | 3/4/2021 |
0.0.4-preview.40 | 148 | 2/22/2021 |
0.0.4-preview.30 | 297 | 2/21/2021 |
0.0.4-preview.28 | 190 | 2/20/2021 |