TablerForNet 1.0.110

dotnet add package TablerForNet --version 1.0.110
                    
NuGet\Install-Package TablerForNet -Version 1.0.110
                    
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="TablerForNet" Version="1.0.110" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TablerForNet" Version="1.0.110" />
                    
Directory.Packages.props
<PackageReference Include="TablerForNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TablerForNet --version 1.0.110
                    
#r "nuget: TablerForNet, 1.0.110"
                    
#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.
#:package TablerForNet@1.0.110
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TablerForNet&version=1.0.110
                    
Install as a Cake Addin
#tool nuget:?package=TablerForNet&version=1.0.110
                    
Install as a Cake Tool

CodeQL Analysis Blazor Server Example Repo Blazor WASM Example Repo NuGet

TablerForNet: Create SEO-optimized web apps.

TablerForNet is a versatile and SEO-optimized library for building web applications using Blazor. It is based on the Tabler UI framework and aims to provide developers with a set of components and tools to create modern and responsive user interfaces.

Features

  • Seamlessly integrates with Blazor projects.
  • Leverages the Tabler CSS framework for consistent and aesthetic designs.
  • Offers a collection of components tailored for Blazor development.
  • Focuses on SEO optimization to ensure better search engine visibility.
  • Simplifies the process of creating responsive web applications.

TablerForNet SEO Example

Good starting point

Blazor .Net8 Example solution with TablerForNet pre installed

Blazor Server Example Repo Blazor WASM Example Repo

Installtion

Install nuget package tablerForNet

dotnet add package TablerForNet

Add to file Program.cs

using TablerForNet;

builder.Services.AddTablerForNet();

Add to file _Host.cshtml

<link href="_content/TablerForNet/css/tablerForNet.min.css" rel="stylesheet"/>

<script src="_content/TablerForNet/js/tablerForNet.min.js"></script>

Add to file _Imports.razor

@using TablerForNet

@using TablerForNet.Icons

@using TablerForNet.Flags

@using TablerForNet.Components

More information

Example Page

This example page was created using TablerForNet, a versatile and SEO-friendly library for building web applications with Blazor. TablerForNet offers a collection of components and tools that enable the creation of modern and responsive user interfaces, while maintaining a strong focus on search engine optimization (SEO).

Explore the Example Page and discover the powerful features of TablerForNet, providing seamless integration with Blazor projects and ensuring your web applications are optimally visible to search engines.

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 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 was computed.  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 was computed.  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. 
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
1.0.110 370 9/12/2024
1.0.109 279 7/31/2024
1.0.108 302 7/3/2024
1.0.107 299 6/13/2024
1.0.106 269 6/1/2024
1.0.105 302 5/22/2024
1.0.104 278 5/15/2024
1.0.103 315 5/5/2024
1.0.102 271 5/2/2024
1.0.101 415 4/14/2024
1.0.100 238 4/10/2024
1.0.99 238 4/4/2024
1.0.98 252 3/30/2024
1.0.97 281 3/19/2024
1.0.96 259 3/15/2024
1.0.95 298 3/13/2024
1.0.94 246 3/10/2024
1.0.93 232 3/9/2024
1.0.92 242 3/8/2024
1.0.91 241 3/6/2024
Loading failed