BootstrapIcons.Wpf 1.11.0

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

// Install BootstrapIcons.Wpf as a Cake Tool
#tool nuget:?package=BootstrapIcons.Wpf&version=1.11.0

BootstrapIcons.Net

Bootstrap Icons for .NET applications.

Build and Publish Package GitHub

BootstrapIcons.AspNetCore

NuGet

Install

  • Install BootstrapIcons.AspNetCore from nuget.org

Usage

In your Views/_ViewImports.cshtml, add a reference to the included tag helper:

@addTagHelper *, BootstrapIcons.AspNetCore

The BootstrapIconTagHelper is designed to work with the svg element. For example:

<svg bootstrap-icon="AlarmFill" width="24" height="24" aria-label="Alarms"></svg>

This will include the SVG path(s) for the icon inside the SVG element. Font-based icons are not supported. See the Bootstrap Icons Usage docs for more information.

BootstrapIcons.WPF

NuGet

Install

  • Install BootstrapIcons.Wpf from nuget.org

Usage

In your XAML top-level element (Window, Page, etc...) reference the following namespace:

<Window
...
    xmlns:bi="https://github.com/helluvamatt/BootstrapIcons.Wpf/"
...
>

Then, use the BootstrapIcon block tag:

<bi:BootstrapIcon Icon="AlarmFill" Width="32" Height="32" ForegroundColor="Black" />

License

This project is licensed under the terms of the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.

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.11.0 439 1/5/2024
1.9.2 753 8/25/2022
1.9.1 377 8/12/2022
1.9.1-rc2 143 8/12/2022
1.9.1-rc1 139 8/11/2022
1.9.1-rc0 138 8/11/2022
1.8.1 477 4/4/2022
1.8.1-rc1 163 2/12/2022
1.7.2 276 12/22/2021