Vizor.Icons.Tabler 2.11.0

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

// Install Vizor.Icons.Tabler as a Cake Tool
#tool nuget:?package=Vizor.Icons.Tabler&version=2.11.0

Vizor - Tabler icon pack

Includes

Add a package reference to Vizor.Icons.Tabler.

<PackageReference Include="Vizor.Icons.Tabler" Version="2.11.0" />

Namespace

Add the following namespace to _Imports.razor

@using Vizor.Icons.Tabler

Usage

SVG Icons

<TablerSvgIcon Icon="TablerSvgIcon.ExclamationTriangle" />
Property Type Description
Icon IconData Required. The icon to show.
Width string? Optional icon width. Overwrites the default if set.
Height string? Optional icon height. Overwrites the default if set.
CssClass string? Additional CSS classes. The value is appended to the svg class attribute.
Fill string? Optional fill. Overwrites the default if set.
ViewBox string? Optional viewBox. Overwrites the default if set.

Contributing

Compiling

  1. Make sure you have a recent version of nodejs installed (>= 18)
2. Install @tabler/icons from npm

npm install @tabler/icons


### Updates

1. Update the dependency version in package.json to the latest version

"dependencies": { "@tabler/icons": "2.11.0" }

2. Run npm update

npm update @tabler/icons

3. Update Vizor.Icons.Tabler.csproj to the correct version

<Version>2.11.0</Version>

4. Rebuild the package
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 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. 
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
2.11.0 996 3/19/2023
1.109.0 961 11/2/2022
1.100.0-rc1 538 9/24/2022