https://github.com/nix1983/tablerfornet
Tabler for NET | SEO friendly framework for Blazor
https://github.com/nix1983/tablerfornet
blazor blazor-server blazor-ui net6 net7 net8 razor-ui seo-friendly seo-optimization tabler tabler-icons tabler-ui
Last synced: 8 days ago
JSON representation
Tabler for NET | SEO friendly framework for Blazor
- Host: GitHub
- URL: https://github.com/nix1983/tablerfornet
- Owner: Nix1983
- License: mit
- Created: 2023-08-22T17:00:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T17:17:59.000Z (6 months ago)
- Last Synced: 2025-04-24T06:52:12.742Z (8 days ago)
- Topics: blazor, blazor-server, blazor-ui, net6, net7, net8, razor-ui, seo-friendly, seo-optimization, tabler, tabler-icons, tabler-ui
- Language: C#
- Homepage: https://ghostlyInc.com
- Size: 1.25 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Nix1983/TablerForNet/actions/workflows/CodeQL.yml)
[](https://github.com/Nix1983/BlazorServerTablerForNetExample)
[](https://github.com/Nix1983/BlazorWasmTablerForNetExample)
# 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.
## Good starting point
Blazor .Net8 Example solution with TablerForNet pre installed
[](https://github.com/Nix1983/BlazorServerTablerForNetExample) [](https://github.com/Nix1983/BlazorWasmTablerForNetExample)
## Installtion
Install nuget package tablerForNet
`dotnet add package TablerForNet`
Add to file Program.cs
`using TablerForNet;`
`builder.Services.AddTablerForNet();`
Add to file _Host.cshtml
``
``
Add to file _Imports.razor
`@using TablerForNet`
`@using TablerForNet.Icons`
`@using TablerForNet.Flags`
`@using TablerForNet.Components`
[More information](https://ghostlyInc.com/en-US/tabler-for-net-and-balzor-usage/)
## Example PageThis 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](https://ghostlyInc.com) and discover the powerful features of TablerForNet, providing seamless integration with Blazor projects and ensuring your web applications are optimally visible to search engines.