Reputation: 113
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
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