Hello, I was working on with Laravel integration, I am using the git repo then modified it to display my contents, I was able to make it run but seems like some of the pages are not rendering properly. I dont see any console error and all assets are loaded status 200
here's a sample screenshot...
Hi keentheemes.
Is Metronic 9 landing page availlable as a HTML version not NextJS version ??
If so, where can I download it ?
URL : https://metronic-saas.keenthemes.com/
Thank you
I believe the following classes are missing on the metronic 9 themes
-animate-pulse
-bg-gray-200
-bg-gray-700
also it seems that I try to do the following "bg-gray-100 dark:bg-gray-600" it does not work, since bg-gray-600
I tried using the tooltip as popover layout that you have on https://keenthemes.com/metronic/tailwind/docs/components/tooltip, but it doesn't work. For some reason the popover classes don't exist.
My search found that the classes such as .popover-header and .popover-body are added by a popover.js...
Hi, I'm developing an app with metronic and I chose the tailwind + react demo10. Considering that my project runs on laravel 12, I would like to understand how, what and where to load the chosen demo and the metronic dependencies.
Finally, I would like to understand if I can modify the layout of t...
We want to use only layouts, pages, UI blocks. we don’t use next-auth, prisma adaptor. Will there ever be a clean installation guide without these?
In the current situation, you have decided and implemented many issues on our behalf (authentication, orm, database and others) and it is quite diffi...
https://keenthemes.com/metronic/tailwind/docs/customization/theming
the menu shows
Contextual Colors
Box Shadows
Components
Layouts
Extending
Font Family
Font Size
Colors
Line Height
Spacing
Box Shadow
Z-index
Border Width
Screens
But nothing is there
Please find below error which i getting in my blazor server .net 9, i also download you sample code from git and followed same step. i just change demo layout resting ok. could please let me know where i am wrong.
blazor.web.js:1 [2025-08-29T13:03:20.377Z] Error: Microsoft.JSInterop.JSException:...
Hello,
I have installed & set up metrolic 9 in laravel as per this documentation, https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel.
However, it seem to be some issues with the UI.
Could you please help me? Am I missing some css or components here?
Can make a metronic 9 datatable responsive like this other version?
https://preview.keenthemes.com/metronic/demo1/crud/datatables/extensions/responsive.html
I've been following through this tutorial https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/react in order to install metronic v9 (with tailwindcss) on my vite+react project
project was made from scratch by following and copying the given commands provided by the...
I've noticed a console.log() in the file
`metronic-v9.2.0/src/core/components/component.ts` - line 96
I know we can compile everything again, but I think is a good idea to remove it from source code.
Just a suggestion
I downloaded the latest release today (v9.0.6) and followed the instructions on this page:
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-server
And when I attempt the build command:
npm install & npm run dev
I get the following:
h...
How can I get the element that opened the drawer? For KTModal, I use KTModal.getRelatedTarget(), but for drawers the target is always null.
KTDrawer.on('show', async () => {
console.log(KTDrawer.getRelatedTarget());
});
Good morning, I purchased the license expecting to find demos based on Vue.js, but they're not in the files I downloaded. I probably misread what was provided, but the themeforest website seemed to provide examples for Vue as well. I wanted to ask if you plan on releasing demos for Vue.JS in the nea...
What is my Problem?
I searched for "as"
The status filter shows "1" (meaning 1 filter is active)
The pagination shows "1 - 3 of 3" (meaning it found 3 matching items)
BUT the table is showing 7 rows of data, not 3!
The checkboxes are not working (none are checked even though you said you select...