Vizor.Icons.Tabler 1.100.0-rc1

This is a prerelease version of Vizor.Icons.Tabler.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Vizor.Icons.Tabler --version 1.100.0-rc1
NuGet\Install-Package Vizor.Icons.Tabler -Version 1.100.0-rc1
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="1.100.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vizor.Icons.Tabler --version 1.100.0-rc1
#r "nuget: Vizor.Icons.Tabler, 1.100.0-rc1"
#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=1.100.0-rc1&prerelease

// Install Vizor.Icons.Tabler as a Cake Tool
#tool nuget:?package=Vizor.Icons.Tabler&version=1.100.0-rc1&prerelease

Vizor - Tabler icon pack

Includes

Add a package reference to Vizor.Icons.Tabler.

TODO

SVG icons do not require any additional imports.

Font icons require the following css to be included:

<link rel="stylesheet" href="_content/Vizor.Icons.Tabler/css/tabler-icons.min.css">

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.

Font Icons

<i class="TablerFontIcon.AlertTriangle" />

Contributing

Compiling

  1. Make sure you have a recent version of nodejs installed (>= 18)
  2. Install gulp (only once)
npm install --global gulp-cli
npm install --save-dev gulp gulp-clean
  1. Install @tabler/icons from npm
npm install @tabler/icons
  1. Run the gulp build script to retrieve all dependencies.
gulp

See https://gulpjs.com/docs/en/getting-started/quick-start/ for more information.

Updates

  1. Update the dependency version in package.json to the latest version
"dependencies": {
    "@tabler/icons": "1.100.0"
}
  1. Run npm update
npm update @tabler/icons
  1. Run gulp
  2. Update Vizor.Icons.Tabler.csproj to the correct version
<Version>1.100.0-rc1</Version>
  1. 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 956 3/19/2023
1.109.0 946 11/2/2022
1.100.0-rc1 523 9/24/2022