Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Blazor (175)

I downloaded the latest Metronic release (8.1) and am looking to use the Blazor template version. Per the instructions found here:https://preview.keenthemes.com/blazor/metronic/docs/getting-started.htmlThe last step is to run npm run build and I am getting build errors:
For example ;I want to draw graphics using widget-38.js file.protected override Task OnInitializedAsync() { return base.OnInitializedAsync(); }method in widget-38.js file data: [54, 42, 75, 110, 23, 87, 50] and categories: ['E2E', 'IMC', 'SSMC', 'SSBD', 'ICCD', ' PAN', 'S...
I downloaded Blazor demo1 as .rar . I made the necessary updates. Where do I find the missing pages?
HelloI see with the 8.1 release there is now a starter kit for Blazor Server.I was wondering when Blazor WASM will be fully supported in the same way?The vast majority of projects built with blazor now use Blazor Web Assembly as it is far superior to Blazor Server.ThanksWandie87
HI,I've followed instructions as referenced here:https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.htmland noted the previous support posts here:https://devs.keenthemes.com/question/confusing-documentation-on-blazor-integrationhttps://d...
Hi, We need Blazor Server compatible theme for our .NET Core project. So kindly provide the theme details , we will purchase it soon
Hello!Where can I find documentation, if it exists, to mount a metronic template in an existing blazor application created with visual studio?I'm working in Visual Studio 2019 Community edition.My steps have been:1. Download the demo52. Copy assets folder into wwwroot3. Splitting the t...
Hi, I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/bui...
Good eveningI'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...
Hi,I get below errorblazor.server.js:1 [2022-02-23T20:44:39.025Z] Error: Microsoft.JSInterop.JSException: Cannot set properties of undefined (setting ‘moment’) TypeError: Cannot set properties of undefined (setting ‘moment’) at http://localhost:5091/assets/plugins/global/plugins.bundle.js:25...
All methods have been used to run metronic8 theme18 in blazor server,But the theme didn't work properly every time*******method 1*******1- The method was followed as described in your link: build assets by using webpackhttps://preview.keenthemes.com/metronic8/demo18/documentation/getti...
Hello,I am trying to follow the instructions for the Blazor integration but I am confused by what is described. In the Setup theme folder chapter it says:We need fully copy /html/theme folder and paste it into a root of our Blazor app.As I have unzipped the files to C.\ I should find the...
I followed the Blazor Server instructions and got my code running. Nothing was working on the dashboard on Demo20 so I moved all javascript imports from the body tag in the HTML to the "OnAfterRenderAsync" on the MainLayout.razor file (as indicated on the blazor guide). I still got the following...
hi , Can you please send us Good – Bootstrap 5 Admin Dashboard Template running blazor sample. ThanksDharm
Right after following instructions and running the app (Demo20), I'm getting the following error:"e is undefined" at blazor.server.js:1:115531@/assets/plugins/global/plugins.js:12839:145@/assets/plugins/global/plugins.js:12839:149You can see the screenshot here: https://drive.googl...
Hi, we purchased Good – Bootstrap 5 HTML Admin Dashboard Template and follow the same instruction to implement it with Blazor. but getting issue. Please resolved as soon as possible.
Hi, we are getting below errors: PS D:\sample\BlazorApp> npm run build> npmjs@1.0.0 build> webpack --config webpack.config.jsDeprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.Recommendation: math.div($input-padding-y,...
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.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build fa...
Hi,We are making our site to support Accessibility using ARIA attributes and Keyboard navigation attributes . But we are not able to read the Toastr notification messages using tool NVDA screen reader for accessibility in Metronic8. Please help us to resolve this issue.Thanks & Regards,...
Hi, I have just purchased your theme and it looks great. I am following the instructions to set it up as part of a Blazor application. I can get the theme to show however there are some files which are returning 404. I have been over the instructions twice and I followed them all so not sure what is...
Hi,Do you plan to create a manual how to integrate Metronic with Blazor WebAssembly? Existing instruction for Blazor Server is fine as long as you replace whole index.html and not use Blazor components. When trying to navigate through website with dynamically replaced pages, some Metronic compon...