Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Tag: Tailwind 4 (401)

On mobile the demo1.html page has zoom, you have to zoom-out with touch to see all page. I upload a example (same of the source code, nothing add). https://we.tl/t-qbyuDopCmk
Hi, I'm trying to create a new project using Metronic 9 and I'd like to use the demo5 but it's unclear how to do that. Is there a place where I can find the tailwind.config.js for demo5 ? In the public repo, it's only for the demo1. Can you update the documentation to select a specific demo...
In the input image component, the input value is always emptied on change. When the form is submitted, the file will not be present protected _change(): void { const payload = {cancel: false}; this._fireEvent('change', payload); this._dispatchEvent('change', payload);...
Hi, I’ve been working hard to integrate the Metronic v9.1.2 theme into my Angular 17 and 19 project while using Tailwind CSS v3.4.17. I followed the provided instructions step by step, but I’m still facing issues with the final integration. Details of My Setup: Metronic Version: v9.1.2 Angul...
I transferred the contents under the dist folder and everything seems fine. But the file input css is broken and I think there are other things I missed. Can you help?
Do you have a based workable react project for your Metronic 9 template? I bought your template but I can't seem to figureout the react setup.
When I run... npm install I get the below message... npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and power...
Hi everyone, I'm not an expert in Metronic, especially not the React version. I'm on version 9.2.1 and would like to update to the latest version without losing the changes I've made. Can anyone help me with a step-by-step guide on how to update? Thank you.
Congratulations on the new update! Can I download the other demos from this update with my license? I noticed that the downloads page still only shows version 8, not the new one, and the download from ThemeForest only includes one demo.
## Environment - OS: macOS - Metronic Version: 9.3.4 - Webpack: 5.99.9 ## Description The webpack build process hangs indefinitely and never completes when running `npm run build:js` or `npm run build`. ## Root Cause Two configuration issues in [webpack.config.js](/metronic/webpack.config...
I wonder when Tailwind will add pages like calendar? Of course, we can add them, but I'm asking because it would be nice to see what they look like before adding them.
I’m using KTDataTable (with Metronic v9 theme) with fixed GET route as remote data source. The table loads fine initially. https://ktui.io/docs/datatable I added a search input with `data-kt-datatable-search="true"`. I expected that typing text and pressing Enter would trigger a new GET reques...
Hi Thank you for good news about tailwind theme, i did all step described in documentation (https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/backend/laravel/), but i browser console shown next error Uncaught SyntaxError: The requested module 'http://127.0.0.1:5174/resour...
I made a purchase and have a license / purchase code. I've checked the Google Drive and other resources but cannot find Metronic Tailwind Demo 9 layout to use for my Tailwind project. Only demo1.js layout is provided in the folder /metronic-v9.0.6/metronic...
I purchased and installed Metronic and Composer and followed the setup instructions. Everything seemed to complete successfully, but I was expecting some instructions about accessing a UI. When I navigate to 127.0.0.1:8001 or localhost:8001 I just get a blank page with a relative url on it (ex....
The docs at https://keenthemes.com/metronic/tailwind/docs/components/datatable do not include enough information to work productively with KTDataTable using JS. For example, I don't know what exactly the `columns` option expect as value, but TypeScript reports that `columns` is a required attribu...
In case of a triplet of select province / city / postal code, you cannot manage the disabled status, you can only initialise it disabled or not. The same goes for updating the url, as when changing province I have to reload cities updating the url and empty&disable the postal code select. I have se...
Hi, when following the instructions for creating a new project using Tailwind and integrating styles here: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angular The project does not compile: [vite] Error when evaluating SSR module /main.server.mjs: |- ReferenceErro...
I am using the KTUI accordion https://ktui.io/docs/accordion When I put a form inside the accordion and use livewire, then livewire refreshes the page once I make a change in the select and the accordion looses its active state. How can I fix that?
I purchased a Metronic theme from ThemeForest, but when I downloaded the files, the Angular folder was missing. I followed the instructions from this link "https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angular" to install the Angular theme, but the page content is not dis...
I followed the documentation to bring the Tailwind theme into Laravel and am receiving the following error. [plugin:vite:css] [postcss] Cannot read properties of undefined (reading 'light') /Users/mweber/Developer/tempr-core/resources/css/app.scss at getDefaultGrayColors (/Users/mweb...
Background: Using Metronic Tailwind version with nextjs. Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated. Currently if i return all data which is more than the page size it displays all records on the first and on...