Skip to content

mabyre/BlazorServerFluentUIApp

Repository files navigation

BlazorServer FluentUI App

An Application in Blazor C# using FluentUI thanks to Nuget

Requirements

I started with:

  • Visual Studio 2022 Community

References

Microsoft - FluentUI for Blazor

ASP.NET C# - FluentUI for Balzor

Big Bug on FluentIcon

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 !

TemplateVisualStudio Ribbon transform Icon Image

Trying to work on icons

Find the way to use BootStrap Icons for Blazor

Using BootStrap Icon for NavMenu

TemplateVisualStudio Ribbon transform Icon Image

A Page for FluentHorizontalScroll

Don't work

TemplateVisualStudio Ribbon transform Icon Image

More work on FluentUI for Blazor

Obviously it's a little bit disapointing, some works some don't

TemplateVisualStudio Ribbon transform Icon Image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published