I using Metronic V8 Bootstrap for blazor, I ruun StaterKit project, but using DefaultLightHeader layout, it cant toggle Menu on mobile or small screen.
How to config it right?
Good evening
I've seen a number of posts around integrating Metronic V8 with Blazor WASM.
I have this working with Blazor WASM .NET 6.
I am able to provide advice should anyone still be struggling, potentially, if there is enough appetite I could create a tutorial or a demo project to share...
Hello ,
I used metronic 8.1.5 on Blazor Server and my problem is scripts.bundle.js not worked sometimes , I implement JS Import and anything after read docs but my problem still . this problem very important to me, because my development in middle and i can't change my template .
if i write deta...
i created wizard demo page with Sarterkit demo (Blazor). i have found necessary javascripts are loaded (create-app.js) but the wizard page was not working.
i created different page wizard.razor
below the code which contain html code
@page "/incidents/IncidentWizard"...
Hi, I am using Blazor Metronic Templates. Tooltips doesn't work in components because components add content dynamically to dom.
Kindly guide me how can I resolve this problem to show tooltips in Blazor Components
Today i downloaded the demo1 for Blazor. I opened the starterkit project, ran it and icons and links does not work as far as i noticed.
Am i missing anything?
Hi Team!
What's the roadmap to update Metronic Theme for Blazor .NET8 and Bootstrap v5.3.2?
There is only 1 demo, is there any other example coming anytime soon?
Thanks
Blazor 8 comes with a feature "Enhanced navigation" which basically intercepts navigation using anchor elements and instead of a full page load, issues a fetch request with subsequent DOM diff/patch.
Blazor supports registering an event listener for that scenario which I have currently implement...
Hi,
Do you have any guidance on how to convert the Metronic Blazor Server app (using .NET 7) into a Blazor Web App - (interactivitytype = Server) (using .NET 8)?
I downloaded the latest release today (v9.0.6) and followed the instructions on this page:
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-server
And when I attempt the build command:
npm install & npm run dev
I get the following:
h...
I've set the onclick event for an element to @onclick="changeTheme".
The event is fired, but the following code to change the theme to dark, executes, but does not change the theme to dark as expected?
@code {
private void changeTheme()
{
KTTheme.SetModeDefault("dark...
Hi,
the documentation for Blazor says "access denied":
https://preview.keenthemes.com/blazor/metronic/docs/changelog
Pls make the changelog available.
Thanks
Peter
When ever i change the direction from one user it change for the other user too.
the problem i understand is below service r singleton.
builder.Services.AddSingleton();
builder.Services.AddSingleton();
But when i change it to scoped i even cancot...
I bought a theme from envato and imported it in a blazor webassembly pwa app. Initially Some functions are working, some are broken. For that i do javascript interop after that they work smoothly. But yesterday, when I checked it for the mobile version (responsive) some javascript functions were n...
Hi there, I have been following the Bootstrap Server Side Integration tutorial but I've been getting this error when I run the command: npm run build.
Error in ./src/sass/style.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build fa...