this repo has no description
0
fork

Configure Feed

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

added readme

+11
+11
README.md
··· 1 + Iconify for Blazor 2 + 3 + **Program.cs** 4 + ```csharp 5 + builder.Services.AddIconify(o => o.AddJsonFolder("Resources/Icons")); 6 + ``` 7 + 8 + **Component.razor** 9 + ```html 10 + <Icon Name="heroicons:exclamation-triangle" class="size-6 text-yellow-400" /> 11 + ```