Great greetings.
I have purchased the Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Blazor, Django & Laravel Admin Dashboard Theme template.
In the preview I thought the in6terfaces were pretty good and this login caught my attention.
https://preview.keenthemes.com/metronic8/demo1/authentication/extended/multi-steps-sign-up.html?_ga=2.110926981.1078120096.1689653743-1054659802.1689653743
I want to develop this interface in Blazor, and that's why I bought the template, but when I download all the demos there are very few interfaces and I don't know if this interface is available in Blazor (because that's why I bought it), when I download the project and run it I have the following error and I check the path and it doesn't exist.
https://drive.google.com/file/d/15-Dea1jk2JCJXQhJb2Pbn1agEEbWj55i/view?usp=sharing
Any suggestions on how to download the Razor demos and run it?
Thanks
I appreciate your interest in Metronic.
Please note that all the features shown in the HTML version.
Are available in the Starter Kit versions as well including Blazor Server Starter Kit.
You can refer to the HTML templates and get the required HTML code and place it on your pages within the Blazor app.
All the styles and scripts are available in the global bundles that are already included in the Blazor app. You will need to figure it out and use it as per your requirements.
For more info please check the HTML and Blazor Server docs here:
Just in case Metronic Angular does not fulfill your project requirements you may request a refund using this form 100% money back guarantee.
Regards
Thank you for your response and help.
But I have a question, in Razor components I can't call the js using the <script suppress-error="BL9992" src="~/assets/plugins/global/plugins.bundle.js"></script> tag for example, what would be the solution to use the Js in Razor?
Thank you very much.
Hi Cristian,
You can trigger javascript functions in Razor files using InvokeVoidAsync
method.
Here is an example:
JS.InvokeVoidAsync("KTModalUpgradePlan.init");