A New Era with KtUI, ReUI, and Tailwind 4, React 19, Next.js 15!We’re thrilled to announce the most anticipated Metronic update ever! This giant shift forward brings transformative changes for a faster, community-driven future. A Reva...
Hi,I’m thrilled to share the latest Metronic 9 React/Next.js update with you! Check out all the details here.We’re also working on the Metronic 9 HTML/JS update announcement, which will be released soon—stay tuned for more!...
I have an old project that was built using the Metronic Theme for its frontend and Laravel PHP for the backend. Unfortunately, we lost the complete source code for the frontend, but we still have the .vue files.We need to rebuild the frontend using these .vue files.
When you purchase Metronic, the premier admin dashboard template from ThemeForest, comprehending the licensing terms is crucial to ensure your usage complies with legal requirements. This guide aims to demystify these terms, highlighting the differences be...
Dear Community,Metronic Evolution is on the way! Redesigned UI, dark mode, MUI Version with Next.js, Vite, Typescript, and a rich component library, plus Tailwind Version with Webpack support and versatile components.Complete Redesign. Revolutionary redesign with new UI, dar...
The ThemeForest listing for Metronic seems very deceiving. It mentions Blazor Server in the supported platforms, but the only Blazor option is if you manually download v8 using instructions from downloading v9. When will Metronic have a Blazor version in v9?
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...
"Hi KeenThemes team, Honista appI’m a big fan of your products, especially Metronic! I was wondering — is there any plan to add a faster direct download option on your site instead of only using ThemeForest or GitHub? Sometimes the large zip files take multiple...
I have a license and am trying to see what is available in my Metronic downloads but looking at the console.logs it shows that your site is being blocked for some "payment required" for api-sr.amplitude.com/..... so I am not getting any options. Please advise.
https://keenthemes.com/metronic/tailwind/docs/customization/themingthe menu showsContextual ColorsBox ShadowsComponentsLayoutsExtendingFont FamilyFont SizeColorsLine HeightSpacingBox ShadowZ-indexBorder WidthScreensBut nothing is there
How can I get the element that opened the drawer? For KTModal, I use KTModal.getRelatedTarget(), but for drawers the target is always null. KTDrawer.on('show', async () => { console.log(KTDrawer.getRelatedTarget());});
My Next.js app crashes when I open the burger menu (sheet) on mobile simulation in dev mode. This happens in the demo8 layout and all other demo layouts as well. Here is my console outputs:https://imgur.com/18Lfdmshttps://imgur.com/qW7H9J3 (multiple)https://imgur.com/be1EcuJ
i have used html_v8.3.1_demo1 but it does not support full RTL languagesis there way to convert it to support RTL or i have to use anthor demo if so which demo(s) to use and download ?and what is the easiest way to convert ?
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.
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...
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 am using KTStepper on Laravel. I try on starter kit laravel livewire. I copied basig usage example KTStepper but not working correctly. kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white not s...