How should I specify blazor component theme to use?

Just like the theme selector on the top right of the demo website.

Please refer to this link

<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">

you can use above code to specify the default theme

What if I want to try other themes, e.g. Dark Theme?

You need to replace the default.css with the required theme name.
like Darktheme -> dark.css or software.css or standard.css etc.

1 Like