Search code examples
blazorwebassemblyoffice-ui-fabricblazor-client-sideoffice-ui-fabric-react

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.


Solution

  • 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.