Vizor.Icons.Tabler 2.11.0

.NET 6.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 Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
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 68 3/19/2023
1.109.0 254 11/2/2022
1.100.0-rc1 70 9/24/2022