Enable WebAssembly mode and add blazing-berry theme
Added the `@rendermode InteractiveWebAssembly` directive to `IndexPage.razor` to enable interactive WebAssembly rendering. Included a `<link>` element to reference the `blazing-berry.bs5.min.css` stylesheet from the `DevExpress.Blazor.Themes` content folder to apply the "blazing-berry" theme for enhanced styling.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@page "/"
|
||||
@inject IJSRuntime JS
|
||||
@rendermode InteractiveWebAssembly
|
||||
|
||||
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user