Brushtail.FontAwesome.Blazor 1.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Brushtail.FontAwesome.Blazor --version 1.0.0                
NuGet\Install-Package Brushtail.FontAwesome.Blazor -Version 1.0.0                
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="Brushtail.FontAwesome.Blazor" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Brushtail.FontAwesome.Blazor --version 1.0.0                
#r "nuget: Brushtail.FontAwesome.Blazor, 1.0.0"                
#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 Brushtail.FontAwesome.Blazor as a Cake Addin
#addin nuget:?package=Brushtail.FontAwesome.Blazor&version=1.0.0

// Install Brushtail.FontAwesome.Blazor as a Cake Tool
#tool nuget:?package=Brushtail.FontAwesome.Blazor&version=1.0.0                

Font Awesome library for Blazor, Xamarin & Maui

Note:

This library supports Free & Paid Icons. We are not include the font file. You need to install & configuration according to the following. Then only you can see the font icon. If you face any issues, report.

Blazor Setup:

  1. Install Brushtail.FontAweomse.Blazor
  2. Install FontAwesome using any package management. I am using libman.
{
    "version": "1.0",
    "defaultProvider": "cdnjs",
    "libraries": [
    {
        "library": "font-awesome@6.2.0",
        "destination": "wwwroot/lib/font-awesome/"
    }
    ]
}
  1. In _layout.cshtml or _host.cshtml add link tag
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
  1. In _import.cshtml file add using statement.
@using FontAwesome
  1. Using FontAwesome Componet in Razor file using following example:
<FontAwesomeIcon Icon="@Icon.House" />
<FontAwesomeIcon Icon="@Icon.Google" IconType="IconType.Brands" />

Xamarin & Maui Setup

  1. Install Bruhstail.FontAwesome.Mobile
  2. Download and copy the font awesome icon into Assetes/Fonts folder.
  3. In AssemlyInfo.cs add following lines. If you are free user you don't have access for Thin, light, Duotone, no need to add this line.
[assembly: ExportFont("Font Awesome 6 Brands-Regular-400.otf")]
[assembly: ExportFont("Font Awesome 6 Duotone-Solid-900.otf")]
[assembly: ExportFont("Font Awesome 6 Light-300.otf")]
[assembly: ExportFont("Font Awesome 6 Regular-400.otf")]
[assembly: ExportFont("Font Awesome 6 Solid-900.otf")]
[assembly: ExportFont("Font Awesome 6 Thin-100.otf")]
  1. In MainPage.xaml add namespace to access the icon.
xmlns:fontAwesome="clr-namespace:FontAwesome;assembly=FontAwesome.Core"
  1. In MainPage.xaml add Icon using following code.
<FontAwesomeIcon Icon="{x:Static fontAwesome:Icon.House}" />

Thanks. Please consider sponsor me for more awesome library & components works. Sponsor

Product 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 is compatible.  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.

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
1.0.19 2,882 12/11/2023
1.0.18 258 11/15/2023
1.0.16 505 10/18/2023
1.0.15 133 9/30/2023
1.0.14 88 9/29/2023
1.0.13 159 8/5/2023
1.0.12 145 6/14/2023
1.0.11 103 6/6/2023
1.0.10 508 12/19/2022
1.0.9 404 11/24/2022
1.0.8 163 9/19/2022
1.0.7 190 9/19/2022
1.0.6 153 9/19/2022
1.0.5 132 9/11/2022
1.0.4 123 9/11/2022
1.0.3 130 9/11/2022
1.0.2 133 9/10/2022