====== FluentUI Configuration In Blazor Application ====== ===== Project File ===== ===== Program.cs ===== using Microsoft.FluentUI.AspNetCore.Components; builder.Services.AddRazorComponents() .AddInteractiveServerComponents(); builder.Services.AddFluentUIComponents(); // add this var app = builder.Build(); ===== _Imports.razor ===== @using Microsoft.FluentUI.AspNetCore.Components ===== Links ===== [[https://www.fluentui-blazor.net/|FluentUI Blazor Components]] {{tag>dotnet}}