Nyan.MaterialDesign.Web
1.1.5
dotnet add package Nyan.MaterialDesign.Web --version 1.1.5
NuGet\Install-Package Nyan.MaterialDesign.Web -Version 1.1.5
<PackageReference Include="Nyan.MaterialDesign.Web" Version="1.1.5" />
<PackageVersion Include="Nyan.MaterialDesign.Web" Version="1.1.5" />
<PackageReference Include="Nyan.MaterialDesign.Web" />
paket add Nyan.MaterialDesign.Web --version 1.1.5
#r "nuget: Nyan.MaterialDesign.Web, 1.1.5"
#:package Nyan.MaterialDesign.Web@1.1.5
#addin nuget:?package=Nyan.MaterialDesign.Web&version=1.1.5
#tool nuget:?package=Nyan.MaterialDesign.Web&version=1.1.5
Supplying some generic but highly useful components like DynamicComponentContent & DynamicComponentOutlet, and
DynamicHeadContent & DynamicHeadOutlet, which add the ability to essentially magic some razor stuff from one place
to another, MaterialDesign.Web is the base of the web-based projects under the Nyan.MaterialDesign.* libraries.
If you're using this in WASM, the Material Library you're using it with should just set it up for you,
but if you're on server then just put the DynamicHeadOutlet in your App.razor with @rendermode="InteractiveServer"
and it should work right.
It also adds support for dynamically-added fonts through DynamicFont, DynamicFontCollection
(which allows the same font in different weights), and ScopedFont
(which allows child content to be provided and the font to be applied to said child content).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Nyan.MaterialDesign.Web:
| Package | Downloads |
|---|---|
|
Nyan.MaterialDesign.Theming.Web
Provides Material Design Themes to .NET Web-based Projects, like Blazor. |
|
|
Nyan.MaterialDesign.Theming.Web.MudBlazor
Provides Additional Components for MudBlazor support to Nyan.MaterialDesign.Web |
|
|
Nyan.MaterialDesign.Icons
Provides Material Design Icons (see https://fonts.google.com/icons) to .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.