this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

C# 69.9%
HTML 13.5%
Other 16.6%
3 1 0

Clone this repository

https://tangled.org/dylhack.dev/Iconify https://tangled.org/did:plc:yylch3iwediereknj3i2jkwj/Iconify
git@tangled.org:dylhack.dev/Iconify git@tangled.org:did:plc:yylch3iwediereknj3i2jkwj/Iconify

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Iconify for Blazor

  • Download an icon pack from here
  • Add it to your project (ie. Resources/Icons)
dotnet add package Iconify

Program.cs

builder.Services.AddIconify(o => o.AddJsonFolder("Resources/Icons"));

Component.razor

<Icon Name="heroicons:exclamation-triangle" class="size-6 text-yellow-400" />