P41.FontAwesome
6.6.0.2
dotnet add package P41.FontAwesome --version 6.6.0.2
NuGet\Install-Package P41.FontAwesome -Version 6.6.0.2
<PackageReference Include="P41.FontAwesome" Version="6.6.0.2" />
paket add P41.FontAwesome --version 6.6.0.2
#r "nuget: P41.FontAwesome, 6.6.0.2"
// Install P41.FontAwesome as a Cake Addin #addin nuget:?package=P41.FontAwesome&version=6.6.0.2 // Install P41.FontAwesome as a Cake Tool #tool nuget:?package=P41.FontAwesome&version=6.6.0.2
FontAwesome
Razor components for the free FontAwesome icons that incorporate the svgs as is.
Svgs are downlaoded from the latest release on GitHub.
Icon Naming
All generated are based on the fontawesome naming. The they start with Fa
followed by their group Regular
, Brands
etc and they end with their name Star
, ArrowUp
etc. All icon names are converted to Pascal Case.
Examples
Optional import the namespace
P41.FontAwesome
in your blazor_imports.razor
file.
Using the icon github
in the brands
category:
<FaBrandsGithub />
Using the icon circle-user
in the regular
category:
<FaRegularCircleUser />
Using the icon cart-shopping
in the solid
category:
<FaSolidCartShopping />
Versioning
Versions follow the FontAwesome releases versions with an optional revision
appended to it for cases fixes are done to the generation code.
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 is compatible. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.11)
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.