An Application in Blazor C# using FluentUI thanks to Nuget
I started with:
- Visual Studio 2022 Community
Microsoft - FluentUI for Blazor
ASP.NET C# - FluentUI for Balzor
While trying to use : FluentAccordion with FluentIcon I add a stinks message :
Warning An unhandled exception occurred while processing the request. ArgumentException: The requested icon (Globe, Size12, Regular) is not available in the collection Microsoft.Fast.Components.FluentUI.FluentIcon.OnParametersSet() in FluentIcon.cs, line 92
If I clicked on FluentIcon definition :
public static List<IconModel> LibraryUsedIcons = new()
{
new IconModel("ArrowSortUp", IconSize.Size20, IconVariant.Regular),
Using ArrowSortUp it works !
Find the way to use BootStrap Icons for Blazor
Using BootStrap Icon for NavMenu
Don't work
Obviously it's a little bit disapointing, some works some don't