Hello,
You can make Metronic v9 compatible with Turbo of Hotwire ?
https://github.com/hotwired/turbo
https://turbo.hotwired.dev
Thanks.
Hi Tydoo Bauer
Please note that Metronic HTML does not come with automatic template integration. Metronic provides HTML templates, so most web frameworks that support HTML templating will work for integrating it.
To get started, check the index.html file in the Metronic HTML package. You can create a Turbo project and integrate the template by breaking it into partials such as the header, topbar, side menu, footer, and content area. This will allow you to reuse the components effectively across your application.
Let me know if you need further guidance!
Thanks.