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                
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="P41.FontAwesome" Version="6.6.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add P41.FontAwesome --version 6.6.0.2                
#r "nuget: P41.FontAwesome, 6.6.0.2"                
#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 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

GitHub License Publish NuGet

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.6.0.2 99 11/12/2024
6.5.2 193 4/14/2024