CMEdge
CMEdge

Reputation: 113

How do I integrate Office Fluent UI React into a Blazor WebAssembly?

I'm interested in using the controls in OfficeUI /Fluent UI in a Blazor Webassembly project.

How can I add these items, ideally so that I don't have a dependency on a server runtime (and can use Azure Blobs) to host a website.

Upvotes: 0

Views: 1258

Answers (1)

Eric Montgomery
Eric Montgomery

Reputation: 46

The BlazorFluentUI library (https://github.com/BlazorFluentUI/BlazorFluentUI) provides a strong starting point. It implements at least a large percentage of the core Fluent UI and is available in both WASM and Server-Side projects.

Upvotes: 3

Related Questions