I have a Blazor Server project, and I want to use the Left Menu, Header, and form components in my Blazor project. I've made some modifications to make it work, but it seems like the components that involve JavaScript, such as the menu opening and closing and automatic hiding, are not functioning. Is there a way to make this work, or is there a suitable theme for Blazor? If the theme I purchased is not suitable for Blazor, can I request a refund? I bought it from GetBootstrap. Thanks in advance.
Hi,
Thank you for reaching out to us.
Could you please specify which theme you are using?
On GetBootstrap market we have the following products:
Keen - https://themes.getbootstrap.com/product/keen-the-ultimate-bootstrap-admin-theme/
Start - https://themes.getbootstrap.com/product/start-multipurpose-admin-dashboard-theme/
Start React - https://themes.getbootstrap.com/product/start-react-bootstrap-5-admin-dashboard-theme/
Craft - https://themes.getbootstrap.com/product/craft-bootstrap-5-admin-dashboard-theme/
Good (with Asp.Net-Cor, Django, Blazor, and Flask Starterkits) - https://themes.getbootstrap.com/product/good-bootstrap-5-admin-dashboard-template/
Good React - https://themes.getbootstrap.com/product/good-react-bootstrap-5-admin-dashboard-theme/
As you can see our Good theme contains Blazor Starterkit out of the box. Also, you can check our other theme Metronic which contains Blazor Starterkit as well.
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,
Keen, first row...
https://themes.getbootstrap.com/product/keen-the-ultimate-bootstrap-admin-theme/
Hi,
Unfortunately, Keen doesn't have Blazor Starterkit.
In our HTML version, we initialize our components inside load
event, Blazor renders content differently and to use our js components you need to move initialization into a Blazor function I guess you can move all initialization into OnInitialized method.
All components in the HTML version are initialized in js/components/_init.js, you can try to move this initialization into OnInitialized
.
You can trigger JS functions from your C# code using the example below:
@inject IJSRuntime JS
await JS.InvokeVoidAsync("KTComponents.init");
It's very difficult to use it like this. I think I made a faulty purchase. I will request a refund, is it possible?
Hi,
We are sorry to hear that Keen didn't match your expectations.
The refund process is handled by the marketplace, not by the authors.
You can request a refund by contacting marketplace support via themes@getbootstrap.com
Regards,
Lauris Stepanovs,
Keenthemes Support Team