Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
Font Awesome Free Implementation For Xamarin.Forms
https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
List: Xamarin.Forms.FontAwesome
font-awesome fontawesome hacktoberfest hactoberfest-accepted iconfont iconpack icons icons-fonts xamarin xamarin-forms
Last synced: 30 days ago
JSON representation
Font Awesome Free Implementation For Xamarin.Forms
- Host: GitHub
- URL: https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
- Owner: dimonovdd
- License: other
- Created: 2020-10-15T17:39:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T21:56:52.000Z (about 4 years ago)
- Last Synced: 2024-05-23T06:01:33.858Z (7 months ago)
- Topics: font-awesome, fontawesome, hacktoberfest, hactoberfest-accepted, iconfont, iconpack, icons, icons-fonts, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 957 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.FontAwesome ★13
README
# Xamarin.Forms.FontAwesome
![header](/header.svg)
This package is a simple implementation of the beautiful ["Icons Font Awesome"](https://fontawesome.com/icons) For Xamarin.Forms [*(Screenshot)*](https://raw.githubusercontent.com/dimonovdd/Xamarin.Forms.FontAwesome/main/SampleImages/sample.jpg)
Based on [IconFontHelper](https://github.com/dimonovdd/Xamarin.Forms.IconFontHelper) [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.IconFontHelper?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.IconFontHelper/)
This package is divided into three nugets, so you don't install fonts that you don't use
| Font | Nuget |
|:--------|:-------------:|
| Solid | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Solid?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Solid/) |
| Regular | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Regular?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Regular/)|
| Brand | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Brand?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Brand/) |Icon naming differs from icons8 according to the C# language rules.
| FontAwesome | FontAwesome HTML | this project |
|:--------------:|:-----------------:|:-------------:|
|[dog](https://fontawesome.com/icons/dog?style=solid) |fa-dog |Dog |
|[question-circle](https://fontawesome.com/icons/question-circle?style=solid) |fa-question-circle |QuestionCircle |
|[500px](https://fontawesome.com/icons/500px?style=brands) |fa-500px |_500x |#### Littel Sample:
```xml
xmlns:iconsB="clr-namespace:FontAwesome.Brand;assembly=FontAwesome.Brand"
```
```xml
```
[***See more...***](https://github.com/dimonovdd/Xamarin.Forms.FontAwesome/blob/main/src/FontAwesome.Sample/FontAwesome.Sample/MainPage.xaml)