Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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-09-12T18:03:41.000Z (4 months ago)
- Last Synced: 2024-09-13T07:26:40.907Z (4 months 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: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CodeQL Analysis](https://github.com/Nix1983/TablerForNet/actions/workflows/CodeQL.yml/badge.svg?branch=master)](https://github.com/Nix1983/TablerForNet/actions/workflows/CodeQL.yml)
[![Blazor Server Example Repo](https://img.shields.io/badge/Blazor%20Server%20Example-Repo-brightgreen?style=flat&logo=github)](https://github.com/Nix1983/BlazorServerTablerForNetExample)
[![Blazor WASM Example Repo](https://img.shields.io/badge/Blazor%20WASM%20Example-Repo-brightgreen?style=flat&logo=github)](https://github.com/Nix1983/BlazorWasmTablerForNetExample)
![NuGet](https://img.shields.io/nuget/v/TablerForNet.svg)# 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](https://i.imgur.com/2V8eNf4.png)## Good starting point
Blazor .Net8 Example solution with TablerForNet pre installed
[![Blazor Server Example Repo](https://img.shields.io/badge/Blazor%20Server%20Example-Repo-brightgreen?style=flat&logo=github)](https://github.com/Nix1983/BlazorServerTablerForNetExample) [![Blazor WASM Example Repo](https://img.shields.io/badge/Blazor%20WASM%20Example-Repo-brightgreen?style=flat&logo=github)](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.