Kebechet.Blazor.Tabler.Icons
3.45.0
Prefix Reserved
See the version list below for details.
dotnet add package Kebechet.Blazor.Tabler.Icons --version 3.45.0
NuGet\Install-Package Kebechet.Blazor.Tabler.Icons -Version 3.45.0
<PackageReference Include="Kebechet.Blazor.Tabler.Icons" Version="3.45.0" />
<PackageVersion Include="Kebechet.Blazor.Tabler.Icons" Version="3.45.0" />
<PackageReference Include="Kebechet.Blazor.Tabler.Icons" />
paket add Kebechet.Blazor.Tabler.Icons --version 3.45.0
#r "nuget: Kebechet.Blazor.Tabler.Icons, 3.45.0"
#:package Kebechet.Blazor.Tabler.Icons@3.45.0
#addin nuget:?package=Kebechet.Blazor.Tabler.Icons&version=3.45.0
#tool nuget:?package=Kebechet.Blazor.Tabler.Icons&version=3.45.0
Kebechet.Blazor.Tabler.Icons
Tabler Icons for Blazor, rendered as an icon font, with a strongly-typed TablerIconType enum and constant-time CSS-class lookups. 6000+ icons, automatically updated when Tabler releases.
Want only the icons you use shipped to the browser? See the tree-shaking SVG variant:
Kebechet.Blazor.Tabler.Icons.Svg.
Installation
dotnet add package Kebechet.Blazor.Tabler.Icons
The CSS is automatically registered via Blazor's JavaScript initializers - no manual setup required.
Usage
Component
<TablerIcon Type="TablerIconType.Home" />
<TablerIcon Type="TablerIconType.Settings" Class="text-red" Style="font-size: 2rem" />
<TablerIcon Type="TablerIconType.User" @onclick="HandleClick" title="Profile" />
Direct CSS class
var css = TablerIconType.Activity.ToCssClass(); // "ti ti-activity"
var css = TablerIconConstants.Activity; // "ti ti-activity"
<i class="@TablerIconType.Home.ToCssClass()"></i>
<i class="@TablerIconConstants.Settings"></i>
API
| Member | Description |
|---|---|
TablerIcon |
Blazor component for rendering an icon |
TablerIconType |
Enum of all icon names |
TablerIconConstants |
CSS-class string constants |
TablerIconType.ToCssClass() |
Extension converting an enum value to its CSS class |
TablerIcon parameters
| Parameter | Type | Description |
|---|---|---|
Type |
TablerIconType |
Required. The icon to display |
Class |
string? |
Additional CSS classes |
Style |
string? |
Inline styles |
Attributes |
Dictionary<string, object>? |
Captures unmatched attributes (@onclick, title, aria-*, ...) |
Sizing/coloring use font-size and color (it is a font), e.g. Style="font-size: 2rem; color: red".
More
Full docs, the SVG variant, and design notes: github.com/Kebechet/Blazor.Icons.Tabler
License
MIT - same as Tabler Icons.
| Product | Versions 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 is compatible. 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 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components.Web (>= 10.0.0)
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
-
net7.0
- Microsoft.AspNetCore.Components.Web (>= 7.0.0)
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.0)
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 |
|---|---|---|
| 3.46.0 | 165 | 7/29/2026 |
| 3.45.0 | 197 | 7/17/2026 |
| 3.44.0.1 | 157 | 6/14/2026 |
| 3.44.0 | 385 | 5/9/2026 |
| 3.43.0 | 106 | 5/7/2026 |
| 3.42.0 | 101 | 5/5/2026 |
| 3.41.1.2 | 745 | 4/25/2026 |
| 3.41.1.1 | 106 | 4/24/2026 |
| 3.41.1 | 186 | 3/30/2026 |
| 3.41.0 | 122 | 3/27/2026 |
| 3.40.0 | 520 | 3/7/2026 |
| 3.39.0 | 115 | 3/6/2026 |
| 3.38.0 | 122 | 3/2/2026 |
| 3.37.1 | 117 | 2/20/2026 |
| 3.36.2 | 960 | 1/10/2026 |
| 3.36.1 | 155 | 1/6/2026 |
| 3.36.1-preview4 | 380 | 1/6/2026 |
| 3.36.1-preview3 | 117 | 1/6/2026 |
Bumped to Tabler Icons v3.45.0