{"id":19060365,"url":"https://github.com/nix1983/tablerfornet","last_synced_at":"2025-04-24T06:52:39.221Z","repository":{"id":190894378,"uuid":"681743872","full_name":"Nix1983/TablerForNet","owner":"Nix1983","description":"Tabler for NET | SEO friendly framework for Blazor","archived":false,"fork":false,"pushed_at":"2024-11-09T17:17:59.000Z","size":1315,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T06:52:12.742Z","etag":null,"topics":["blazor","blazor-server","blazor-ui","net6","net7","net8","razor-ui","seo-friendly","seo-optimization","tabler","tabler-icons","tabler-ui"],"latest_commit_sha":null,"homepage":"https://ghostlyInc.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nix1983.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-22T17:00:04.000Z","updated_at":"2024-11-09T17:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"1609b3e7-fd6a-40ae-b79f-59772ec0d2b9","html_url":"https://github.com/Nix1983/TablerForNet","commit_stats":null,"previous_names":["nix1983/tablerfornet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nix1983%2FTablerForNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nix1983%2FTablerForNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nix1983%2FTablerForNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nix1983%2FTablerForNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nix1983","download_url":"https://codeload.github.com/Nix1983/TablerForNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580713,"owners_count":21453531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","blazor-server","blazor-ui","net6","net7","net8","razor-ui","seo-friendly","seo-optimization","tabler","tabler-icons","tabler-ui"],"created_at":"2024-11-09T00:15:05.448Z","updated_at":"2025-04-24T06:52:39.200Z","avatar_url":"https://github.com/Nix1983.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"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)\n[![Blazor Server Example Repo](https://img.shields.io/badge/Blazor%20Server%20Example-Repo-brightgreen?style=flat\u0026logo=github)](https://github.com/Nix1983/BlazorServerTablerForNetExample)\n[![Blazor WASM Example Repo](https://img.shields.io/badge/Blazor%20WASM%20Example-Repo-brightgreen?style=flat\u0026logo=github)](https://github.com/Nix1983/BlazorWasmTablerForNetExample)\n![NuGet](https://img.shields.io/nuget/v/TablerForNet.svg)\n\n# TablerForNet: Create SEO-optimized web apps.\n\nTablerForNet 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.\n\n## Features\n\n- Seamlessly integrates with Blazor projects.\n- Leverages the Tabler CSS framework for consistent and aesthetic designs.\n- Offers a collection of components tailored for Blazor development.\n- Focuses on SEO optimization to ensure better search engine visibility.\n- Simplifies the process of creating responsive web applications.\n  \n![TablerForNet SEO Example](https://i.imgur.com/2V8eNf4.png)\n\n## Good starting point\n\nBlazor .Net8 Example solution with TablerForNet pre installed\n\n[![Blazor Server Example Repo](https://img.shields.io/badge/Blazor%20Server%20Example-Repo-brightgreen?style=flat\u0026logo=github)](https://github.com/Nix1983/BlazorServerTablerForNetExample) [![Blazor WASM Example Repo](https://img.shields.io/badge/Blazor%20WASM%20Example-Repo-brightgreen?style=flat\u0026logo=github)](https://github.com/Nix1983/BlazorWasmTablerForNetExample)\n\n## Installtion\n\nInstall nuget package tablerForNet\n\n`dotnet add package TablerForNet`\n\n\nAdd to file Program.cs\n\n`using TablerForNet;`\n\n`builder.Services.AddTablerForNet();`\n\n\n\nAdd to file _Host.cshtml\n\n`\u003clink href=\"_content/TablerForNet/css/tablerForNet.min.css\" rel=\"stylesheet\"/\u003e`\n\n`\u003cscript src=\"_content/TablerForNet/js/tablerForNet.min.js\"\u003e\u003c/script\u003e`\n\n\nAdd to file _Imports.razor\n\n`@using TablerForNet`\n\n`@using TablerForNet.Icons`\n\n`@using TablerForNet.Flags`\n\n`@using TablerForNet.Components`\n\n\n[More information](https://ghostlyInc.com/en-US/tabler-for-net-and-balzor-usage/)\n  \n## Example Page\n\nThis 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).\n\nExplore 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.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnix1983%2Ftablerfornet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnix1983%2Ftablerfornet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnix1983%2Ftablerfornet/lists"}