this repo has no description
0
fork

Configure Feed

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

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" />