Hi Team.I want to add a number range field that can select max and min values on both sides. But I can't find one already implemented there.Have you implemented this? If so, can you share how to do it?Thanks in advance,Vahan
Hi! I've recently integrated Metronic into my VueJS app, but after following your integration guide I'm getting this error when running my npm local dev build in Vue CLI:Any idea of what I might be missing?
I found that the Select component in the Vue version has a different experience than the Bootstrap version. Will you focus on optimizing it, as React and Vue are still popular for development now
Hi,I am following the steps in your documentation for Vue at:https://preview.keenthemes.com/metronic8/vue/docs/getting-started/setup-theme-skeletonIn steps 2 & 3 all paths/filenames are incorrect. (e.g. they dont exist). Please can you advise the correct locations etc. Thank you.
Hello,We need to use a multiselect in the project, but for some reason, there are no adapted styles for Metronic. It looks completely different, and there's no dark theme available.I couldn't find any adaptation for the multiselect in the plugins folder, and I can't find the SCSS for adaptat...
Hello,You see I have assembled the base project of vue from the official vue repository of metronic and when I implement any html code such as the dashboard of the demo 1, looking at the demo preview of the official website I notice that my dashboard is less wide and I do not understand why....
Hi,I want to minimize the sidebar by default, I've tried many things and it didn't work. How should I update my config?import type LayoutConfigTypes from "@/layouts/default-layout/config/types";const config: LayoutConfigTypes = { general: { mode: "system", p...
Dear Support,I try to download lastest metronic full version template. After download only metronic-tailwind-html item downloaded. Other platform items are missing.Could you please help me.
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...