Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

Metronic (4962)

Hi,How do i set autowidth for datatables?I used autowidth: true in the configuration but it wont work.
Hi,The form in Register Page always return "Invalid Password"Is this a bug in Form Validation?Please help meThanksHere is the photo:https://i.imgur.com/sRbwAWB.png
Hello all,While working and exploring the Theme demo files I noticed there were multiple elements "ToolBar1" "ToolBar2" etc. My question is what would be the suggested method to actually switch between these different toolbars as it's not highlighted in the docs or within the codebase....
I cannot find the support center designs in the figma file.(https://preview.keenthemes.com/metronic8/demo2/apps/support-center/overview.html)Can you please send the figma files!
Hi,Is there a fix for the position of the dropdown's data when using Select2 with multiple ?https://i.ibb.co/PzS41pK/Untitled.pngThanks!
Hello, I have already purchased your theme. I want to develop it in laravel and vue js. The problem i am facing right now that is couple of js file showing error after compile by webpack like plugins.bundle.js and script.bundle.js. Can you give me any advise please?
Guys, How can I find the 21 theme html in download folder ? or any enabled html theme?
Hello , I bought your theme few moments ago and after purchasing I realized the react demo is in Typscript format instead of normal Javascript . How can I get React Demos with JS instead of Ts , Please Help me I don't have time to learn TS .
Component Missing In Rect js (Demo1)Basically - we are looking for, All React js components should be the same as HTML design , however, cannot find most of them and only limited features/components in React js vs HTML 1:- We are not able to find Auth (Aside login,Registration,Forgot Passwor...
Hi,I am trying to use sweet alert and toastr in the angular example. However, I do not understand how to toggle a toastr or a sweet alert in a component. Can anybody help me by showing and example?Thanks in advance
Hello,I purchased Metronic8 and used it well. Thank you.And, I have a question.I wnat modal in modal (Stackable model / 2 step)For example,Step1
Hey guys, Long time Metronic user here, but I am not very advanced.The Demo5 theme has red as it's primary color, used everywhere. I have tried everything I and others can think of to change the primary color from red to blue, but no matter where we change the color it ALL always stays red....
I am integrating Metronic to a SPA web app with Aurelia.js, VSCode and Webpack. When I build the application with NPM I get 3 warnings as the following:There are multiple modules with names that only differ in casing.This seems to have to do with inline svg declarations as the followinga...
Dear support,We are using Metronic Laravel Demo 8.0.37. We include repeater.js in global pages config"plugins/custom/formrepeater/formrepeater.bundle.js", when we try to use in JS its giving "$(...).repeater is not a function" error. We also try to include it in plugin.js but the result is same....
import firebase from "firebase/app";import { defineComponent, ref, onMounted } from "vue";interface ICustomer { id: number; name: string; email: string;}const customers: Array = [ { id: Math.floor(Math.random() * 99999) + 1, name: "Emma Smith", email...
Hi, I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/bui...
Hello,I didn't understand how to use REGEX validation on fields like email, phone, url, vat etc ...The code I use is the following 'email': { validators: { notEmpty: { message: 'e-mail richiesta!' }, regexp: { regexp: /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/, message: 'Indir...
Hi, at the moment demo 1,2,3,4,5 is available with VueJs3.Can you please pass information about nearest future..which template can occur?
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
Hi Team,I have downloaded the latest version and started using "npm run localhost --demo1". I'm using I'm able to access the URL at "http://localhost:8080/dist/"But When I click any link in the menu, it is giving the error. For example when I clicked on "Crafted" - > "Authentication"...