Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nix authored Nov 6, 2023
1 parent 9075b94 commit c6c63ff
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![CodeQL](https://github.com/Nix1983/TablerForNet/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Nix1983/TablerForNet/actions/workflows/github-code-scanning/codeql)
[![Auto Increment Version](https://github.com/Nix1983/TablerForNet/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Nix1983/TablerForNet/actions/workflows/dotnet.yml)
<a href="https://www.nuget.org/packages/TablerForNet/" target="_blank" rel="noopener noreferrer">
<img alt="NuGet" src="https://img.shields.io/nuget/v/TablerForNet.svg">
</a>
![NuGet](https://img.shields.io/nuget/v/TablerForNet.svg)

# TablerForNet
# 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.

Expand All @@ -19,16 +17,16 @@ TablerForNet is a versatile and SEO-optimized library for building web applicati
## Installtion

Install nuget package tablerForNet
<pre>
dotnet add package TablerForNet --version 1.0.7
</pre>

`dotnet add package TablerForNet`


Add to file Program.cs
<pre>
using TablerForNet;

builder.Services.AddTablerForNet();
</pre>
`using TablerForNet;`

`builder.Services.AddTablerForNet();`



Add to file _Host.cshtml
Expand All @@ -39,11 +37,13 @@ Add to file _Host.cshtml


Add to file _Imports.razor
<pre>
@using TablerForNet.Icons
@using TablerForNet.Flags
@using TablerForNet.Components
</pre>

`@using TablerForNet.Icons`

`@using TablerForNet.Flags`

`@using TablerForNet.Components`


[More information](https://ghostlyInc.com/en-US/tabler-for-net-and-balzor-usage/)

Expand Down

0 comments on commit c6c63ff

Please sign in to comment.