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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- 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 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.
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.8)
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 | 1,153 | 3/19/2023 |
1.109.0 | 1,001 | 11/2/2022 |
1.100.0-rc1 | 576 | 9/24/2022 |