Xamarin.Forms.Bootstrap.Icons 1.10.2

dotnet add package Xamarin.Forms.Bootstrap.Icons --version 1.10.2
NuGet\Install-Package Xamarin.Forms.Bootstrap.Icons -Version 1.10.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="Xamarin.Forms.Bootstrap.Icons" Version="1.10.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.Bootstrap.Icons --version 1.10.2
#r "nuget: Xamarin.Forms.Bootstrap.Icons, 1.10.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 Xamarin.Forms.Bootstrap.Icons as a Cake Addin
#addin nuget:?package=Xamarin.Forms.Bootstrap.Icons&version=1.10.2

// Install Xamarin.Forms.Bootstrap.Icons as a Cake Tool
#tool nuget:?package=Xamarin.Forms.Bootstrap.Icons&version=1.10.2

Xamarin.Forms.Bootstrap.Icons

alt text

This project is an implementation of Bootstrap Icons for Xamarin.Forms.

Bootstrap Icon Web Font Xamarin.Forms.Bootstrap.Icons
123 bi bi-123 Z123
arrow-90deg-down bi bi-arrow-90deg-down Arrow90DegDown
grid-1x2-fill bi bi-grid-1x2-fill Grid1X2Fill
0 square bi bi-0-square Z0Square
telephone-inbound bi bi-telephone-inbound TelephoneInbound
umbrella bi bi-umbrella Umbrella
1 circle fill bi bi-1-circle-fill Z1CircleFill

Installation

Xamarin.Forms.Bootstrap.Icons can be loaded via NuGet NuGet.

Alternatively, Xamarin.Forms.Bootstrap.Icons can be installed as following:

Package Manager

Install-Package Xamarin.Forms.Bootstrap.Icons

.NET CLI

dotnet add package Xamarin.Forms.Bootstrap.Icons

Getting Started

If you're using XAML, you can add this namespace to your root node: xmlns:bi="clr-namespace:Xamarin.Forms.Bootstrap.Icons;assembly=Xamarin.Forms.Bootstrap.Icons". I.e.:

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
             xmlns:bi="clr-namespace:Xamarin.Forms.Bootstrap.Icons;assembly=Xamarin.Forms.Bootstrap.Icons">



</ContentPage>

After this, start using the features you're after.

<FlyoutItem>
    <FlyoutItem.Icon>
        <bi:IconSource Icon="CurrencyDollar" Size="24" Color="White"/>
    </FlyoutItem.Icon>
    
</FlyoutItem>
<Image>
    <Image.Source>
        <bi:IconSource Icon="Pencil" Size="24" Color="#28B1D0"/>
    </Image.Source>
</Image>
<FlyoutItem>
    <ShellContent>
        <ShellContent.Icon>
            <bi:IconSource Icon="PinMap" Size="24"/>
        </ShellContent.Icon>
    </ShellContent>
    <ShellContent>
        <ShellContent.Icon>
            <bi:IconSource Icon="ListStars" Size="24"/>
        </ShellContent.Icon>
    </ShellContent>
</FlyoutItem>

Icons

All supported icons can be found in the Icon.cs file.

Prerequisites

  • NETStandard.Library (>= 2.0.3)
  • Xamarin.Forms (>= 4.5.0.356)

License

This project is licenced under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.10.2 1,398 12/26/2022
1.5.0 4,216 7/7/2021