On .NET Live - Fluent UI Blazor: The next step
TL;DR
Fluent UI Blazor v5 is a major cleanup release: Denny and Vincent say the library is now aligned more closely with Fluent UI web components v3 and React naming, old underlying components are no longer maintained, and the team is already at release candidate 3 with only a couple components left before launch.
Setup is much simpler in v5: after adding the
Microsoft.FluentUI.AspNetCore.Componentsand icons packages, registeringAddFluentUIComponents()handles CSS and script plumbing automatically, which Frank immediately called out as easier than older versions.The demo builds a real expense tracker from scratch: starting from an empty Blazor Server app, they add Fluent layout, navigation, forms, validation, dialogs, file import, cards, and later swap the list for a DataGrid with sorting, resizing, reordering, row selection, and panel-based editing.
Global defaults are one of the most practical new features: instead of setting properties on every control, v5 lets you define app-wide defaults in
Program.cs, like making all buttons circular or setting every date picker to French culture, while still allowing per-component overrides.Customization goes beyond CSS tweaks: the library exposes theming services, responsive
data-mediaflags, localization hooks, accessibility support, and even an 'exact color' option so teams can force strict brand colors instead of Fluent's usual contrast-adjusted palette.Charts are coming next: Vincent previews a separate chart package, still in preview, and shows donut and horizontal bar charts updating live from expense data, with more chart types planned in the underlying web components.
The Breakdown
Fluent UI Blazor v5 is nearly out, and the big pitch is simple: install two NuGet packages, add one service, and you get a Microsoft-style Blazor app with layouts, dialogs, theming, file import, and a richer DataGrid without manually wiring CSS or scripts. The live demo walks from an empty project to a full expense tracker, then shows the part teams will care about most: global defaults, dark mode, exact brand colors, and upcoming chart components.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.