Did exactly as mentioned, Only the skeleton loads. (I can only see menu content) I supposed it should load a dummy working site. Am I missing something ?
https://keenthemes.com/metronic/tailwind/docs/getting-started/installation
https://keenthemes.com/metronic/tailwind/docs/getting-started/in...
How can I hide the main browser's scrollbar which is on the right side of the webpage?
I tried modify in demo1.css or tailwin.config.js, none works.
version: 9.1.1 - typescript - demo1
I'm using the new v9 tailwind react. It is really, awesome, but I have an issue where if I create a page and routes in react that is not in the sidebar, I have an error crashing the whole app.
But for crud features, I dot not specially want create and edit pages to be in the sidebar.
Why do I by...
Following the instructions here
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel
I'm trying to integrate it with flowbite , my frontend public facing is flowbite , using metronic for dashboard
vite v5.4.8 building for production...
✓ 1 modules tr...
Hi,
we are planning to use Metronic tailwind template but in the demo I can see there are only a few components available. and mostly of them are labeled as coming soon.
So can you please let us know when do you think it'll be completed?
Right now I can't even the basic components like form inpu...
Hi,
I am trying to use Metronic 9 with angular. I used the guide how to integrate the assets into the provided demo project: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-angular
The project runs, but part of the javascript is not working. Clicking...
react-dom_client.js?v=95cfd977:21139 Uncaught Error: createRoot(...): Target container is not a DOM element.
at createRoot (react-dom_client.js?v=95cfd977:21139:19)
at Object.createRoot$1 [as createRoot] (react-dom_client.js?v=95cfd977:21520:18)
at exports.createRoot (react-dom_client...
I really like this:
https://keenthemes.com/metronic/tailwind/demo1/public-profile/profiles/nft
But:
1) You cant scroll the cards with mouse on desktop (on mobile you can scroll theme).
2) Is possible to have this, outside a card will be cool for mobile.
...
hey guys, so im using datagrids and trying to work on the datagrid column pinning functionality, now ive followed the reui docs for the example of using datagrids
now in my implementation when i pin it to the left or right it works but when i scroll horizontally it doesnt stay pinned to the scree...
FormValidation plugin document page with below link is a copy of ApexCharts page!
Could you correct it or send a example of FormValidation usage in metronic
https://keenthemes.com/metronic/tailwind/docs/plugins/formvalidation
Hello team,
I'm using Metronic 9, the flavor with Tailwind, React and NextJS in Typescript.
To properly setup Google OAuth2, I needed to specify the following callback URL `api/auth/callback/google` in my client configuration. I took the URL from the code, but it could be helpful to specify it...
I was patiently waiting for metronic to release on next, meanwhile i decided to code some pages in a simple react app. Fast forward to today;
I was trying to move my application, so I did setup metronic with next.js following the given commands on the guide and I got this error:
Hello Metronic Support Team,
I hope you’re doing well.
I’m currently working with Metronic Tailwind version 9.3.2, and I would like to confirm whether it is fully compatible with the GitHub repository metronic-tailwind-html-integration Blazor Server.
Specifically, I’d like to know:
If this...
I follow the instruction here, but i can't make it works: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/vue
It mentioned that Tailwindcss is not required, but in src/assets/metronic/css/styles.css, it clearly import tailwindcss. This cause error and i can't continue....