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

Tag: Tailwind 4 (387)

Hello, Following the update of Metronic v9, here is the error I get: 22:57:22 [vite] Pre-transform error: Failed to load url /src/main.ts (resolved id: /src/main.ts). Does the file exist? (x3) Can you please help me?
## 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...
Hello, They were just purchased. Learning. How do I install the 9.1.1 properly? I want to check out all the samples using React Tailwind and Laravel. I can easily set up tailwind and React projects, but I need help figuring out how to incorporate this. Is there a simple guide? Thank you...
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...
Hello I'm starting a new project on Laravel + Vue.js + Metronic (Tailwind) In the project I will need many components like form elements, toast, treeview and others. These components are not yet in Metronic. Please recommend a component library for Vue.js that will be easy to integrate into...
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....
I noticed that Metronic 9 now, available in react demo, but I'm unable to download. Actualy, I want to download demo 8. please guide me. Thanks
Many example classes in the documents are not actually in the template! Even classes and attributes in the HTML tab are different from the HTML in the code itself. Both the documentation and the Tailwind template are very messy and inaccurate. - The error pages are not in the template; - Several...
Hello team! Can you help me understand what is the versioning process for Metronic? For example, why we changed from 9.0.6 to 9.1.0? I'm just trying to understand the method here. Also, I've notice that there is a 9.0.7 version on Google Drive folder and there 9.1.0 is still beta. On Gitu...
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...
Hello Everyone, I’m reaching out to see if anyone has faced similar issues with the Keenthemes Developer Forum (https://devs.keenthemes.com/). I’ve been using the platform for some time now, but recently, I’ve been experiencing several performance and accessibility problems. Here’s what I’m en...
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...
Hello, our company bought the metronic theme around 2 years ago and we plan to update our vue project soon. The metronic core changed completely from vue options-api to composition-api since then. Now we have to update every single page to have our project working with the current metronic version (...
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...
Hello. Is there any way to use the KTScrollSpy component available in demo 1 of version 9 in version 8?
Can you please share examples of complete forms using Metronic Tailwind? I found some inconsistencies between the form examples on Demo1 and the KtUI docs. For example, this User edit form uses flex clas...