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