Bromix.MudBlazor.MaterialDesignIcons
7.1.96.48
Prefix Reserved
See the version list below for details.
dotnet add package Bromix.MudBlazor.MaterialDesignIcons --version 7.1.96.48
NuGet\Install-Package Bromix.MudBlazor.MaterialDesignIcons -Version 7.1.96.48
<PackageReference Include="Bromix.MudBlazor.MaterialDesignIcons" Version="7.1.96.48" />
paket add Bromix.MudBlazor.MaterialDesignIcons --version 7.1.96.48
#r "nuget: Bromix.MudBlazor.MaterialDesignIcons, 7.1.96.48"
// Install Bromix.MudBlazor.MaterialDesignIcons as a Cake Addin #addin nuget:?package=Bromix.MudBlazor.MaterialDesignIcons&version=7.1.96.48 // Install Bromix.MudBlazor.MaterialDesignIcons as a Cake Tool #tool nuget:?package=Bromix.MudBlazor.MaterialDesignIcons&version=7.1.96.48
Note: Please use the main MaterialDesign repo to report issues. This repository is only for the creation and deployment of the package.
MaterialDesignIcons for MudBlazor
This package provides all icons as path data (svg) from Material Design Icons. The icons are divided into Normal and Outline variants.
Installation
Just install the NuGet package.
dotnet add package Bromix.MudBlazor.MaterialDesignIcons
Add the following using statement in _Imports.razor
.
@using Bromix.MudBlazor.MaterialDesignIcons
If your're using a GlobalUsings.cs
, you can also add:
using Bromix.MudBlazor.MaterialDesignIcons;
Usage
<MudIcon Icon="@MaterialDesignIcons.Normal.Egg" Color="Color.Default" />
<MudIcon Icon="@MaterialDesignIcons.Outline.Egg" Color="Color.Default" />
How does the package creation work?
Using npm and the @mdi/svg module, the latest icons are downloaded as SVG. The meta.json is read in so that we have the names of the SVG files and the authors. The authors are mentioned for each icon in the comments (documentation). For each icon variant we create a separate partial class (e.g. MaterialDesignIcons.Normal.cs and MaterialDesignIcons.Outline.cs).
Related Packages
- React: MaterialDesign-React
- SVG: MaterialDesign-SVG
- Webfont: MaterialDesign-Webfont
- Font-Build: MaterialDesign-Font-Build
- Desktop Font: MaterialDesign-Font
Learn More
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
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Bromix.MudBlazor.MaterialDesignIcons:
Repository | Stars |
---|---|
DragoQCC/HardHatC2
A C# Command & Control framework
|
Version | Downloads | Last updated |
---|---|---|
7.4.47.56 | 9,601 | 12/29/2023 |
7.4.47-alpha-55 | 350 | 12/29/2023 |
7.4.47-alpha-51 | 330 | 12/29/2023 |
7.2.96.50 | 6,340 | 3/22/2023 |
7.2.96-alpha-49 | 668 | 3/22/2023 |
7.1.96.48 | 2,046 | 12/31/2022 |
7.0.96.47 | 1,472 | 10/1/2022 |
7.0.96.45 | 853 | 10/1/2022 |
7.0.96.43 | 894 | 10/1/2022 |
7.0.96-alpha-46 | 655 | 10/1/2022 |
7.0.96-alpha-44 | 666 | 10/1/2022 |
7.0.96-alpha-42 | 612 | 10/1/2022 |
7.0.96-alpha-40 | 629 | 10/1/2022 |
7.0.96-alpha-38 | 641 | 10/1/2022 |
7.0.96-alpha-31 | 578 | 10/1/2022 |
7.0.96-alpha-22 | 760 | 9/7/2022 |
7.0.96-alpha-21 | 600 | 9/6/2022 |