New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Tag: Tailwind 4 (332)

Hi I am using Metronic v9.1.2 Tailwind with nextjs v15. But onClick is not working inside the of KTDataTable. Please tell how to make this onClick work ? Whereas if i disable KTDataTable initialization then onClick work fine.
When is the release of Anguler version of Metronic 9 (with Tailwind) ?
I'm currently using Metronic with Laravel and Tailwind CSS. My backend dashboard is powered by Metronic, which is its primary strength. The frontend uses a separate Tailwind CSS package.Everything compiles well, except I noticed that after adding Metronic, my build size increased significantly....
hey first time posting here so this is my first time using metronic react 9.2.3 and i want to remove the default supabase auth... ive followed all the steps here:https://docs.keenthemes.com/metronic-react/guides/custom-authto disable the supabase auth but after doing this i see more referenc...
I am trying to apply filter on the remote datatable with KTDatatable.It is metronic 9.xI do not see any documentation where I could pass all filter criteria with the apiEndpoint URL.I have referred the documentation located at https://keenthemes.com/metronic/tailwind/docs/components/data...
Hello,Our platform currently uses the Metronic Bootstrap Vue version, and we’re planning to rebuild it using Nuxt. We also want to switch to the Tailwind version of Metronic. The documentation available at th...
Hello, I want to start a new project with Nextjs 15 that will be used only for the frontend, I will not be using any backend operations like crud.Now, I want to implement your theme, but I am only seeing starter projects for nextjs 14. Also, I am redirected to CrudHunt, but I don't understand how...
DataTable layout not styling using Tailwind CSS. I tried Bootsrap CSS, DataTable styling perfectly, but I change to metronic CSS, style is gone.Fyi, I use Demo 1 with Tailwind. Here My app.scss code @tailwind base;@tailwind components;@tailwind utilities;// Boots...
Hello!Do you have any suggestion/examples on how to connect FormValidation with the examples in Metronic9?Metronic8 use FormValidation.io, but Metronic9 dont mention anything about it.It doesn't need to be FormValidation plugin itself, but ant other that can be added to Metronic9 Forms....
I just purchased license, can i use version 9 without using nodejs or anytype of javascript that should be run on the server. I just want to edit html files and serve them from django.
Hi, I would like to add additional font sizes, font weights and colors to theme.How exactly can i do that?I was trying adding new definitions to tailwind.config.js and building css, but new values are not picked up, or at least they are not added to the compiled st...
Hi, can you please provide a timeline for the delivery of the landing page for tailwind? I have seen that another thread asked this same question 3 months ago and the answer was to follow "X" but there are no updates. Before I start developing my own landing page I want to know if we can expect this...
I am using Metronic, Tailwind, and Laravel. As explained in the documentation, I copied the assets folder to the public directory. However, the KTSelect functionality inside KTDrawer is not working. I need to re-initialize it, but I couldn't find how to do it.
I am attempting to use Metronic (9.x) with Blazor, and have started a project based on the official sample found here: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/638f04486f737a6c5b86edf51666b8eb72469fb8/metronic-tailwind-blazor-serverAlthough I have to point out, this...
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?I tried the npm run build but I get the following errors:$ npm run build> metronic-react-tailwind@0.0.0 build> tsc -b && vite buildsrc/theme/core/helpers/util...
Helo,I have followed the steps for Static HTML Files Generation in the Metronic Composer documentation, but I am not seeing any changes in my HTML files. What could be the issue? How can I ensure the HTML files are properly generated and updated?Here is my command:metronic-composer %...
I'm going through the installation guide for Metronic 9 Tailwind: https://keenthemes.com/metronic/tailwind/docs/getting-started/installation and just want to use the HTML version.Do I need to do points 6 to 8 with the HTML version, as it looks like the files are already in there?
I’m upgrading to Metronic 9.x (Tailwind CSS) and trying to initialize a KTSelect on my `` element, but I get:```Uncaught TypeError: KTSelect.getOrCreateInstance is not a function```**Example markup:**```html
I am seeing an issue on classic loginif you press enter on the password the password becomes visibile, it seems that the eye button gets focused when pressing enter which makes the password visible while its submitting,I reproed this locally and it can be reproed in your demo sitehttps:/...
We are using the KTUI DataTable component in Metronic with Angular 20 and a remote API data source, and we need to implement the search functionality.The documentation mentions the search(query: string | object) method, but it does not clearly explain how to invoke it or how to bind it to a custom...
Not sure if the correct place is here, or in the KtUI github. Posting on both.The image input component is not working as expected.Selecting a new image will *not* change the value of the input field.So the image is not sent to server.You can verify that on the browser console.``...
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:useEffect(() => { KTComponent.init(); KTLayout.init();}, []);This successfully got the basic...