GDR
GDR

Reputation: 19

Blazor Fluent UI custom styling

I've been browsing the internet for some time now. But, unfortunately, with no success. As an independent contractor, one of my clients asked to create a POC for a Blazor server side app with Fluent UI. Adding Fluent UI to the Blazor App is no problem. Though, one of the criteria is that the Fluent UI components must be customized in size, spacing, color, etc... to company platform guidelines (no Fluent UI templates).

I've found some articles like:

But, this doesn't help me to move forward. For the Design Tokens, I've found something, but react related. Unfortunately, I'm not a react developer.

The app needs to use (as spec by client) SASS/SCSS for CSS compiling. Does anyone has an example on how to achieve this? Is it even possible?

Any help or guidance would be much appreciated.

Upvotes: 1

Views: 1827

Answers (1)

StfBauer
StfBauer

Reputation: 39

Check out hTWOo. It is built on Fluent Design but is only HTML/CSS and SASS. It also includes all the Fluent UI Icons icons you need, as well as all those that are downloadable.

enter image description here

Upvotes: -1

Related Questions