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

Can I use the Bootstrap Admin Dashboard Theme in my Blazor project?


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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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");


Regards,
Lauris Stepanovs,
Keenthemes Support Team



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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(