Hello, as far as I checked, the landing page example is only available on HTML. Is there a plan to implement it on React aswell? If not, is there a document where I can use it to conver that HTML landing page to React?
Dear Support,I've downloaded the Blazor version. Opened the project file for the included StarterKit from Visual Studio 2022. Compiled it without errors and ran it.The default web page opened but any other pages I clicked on the side menu didn't work. All the links I clicked from PAGES, APP...
Good Day !I would like to ask that i want to purchase the template METRONIC and after working on this template with my programming making application using this template can i re-sale on codecanyon or themeforest?Waiting for your kind reply.Thanks & Regards
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...
My project is working locally fine, but when i "npm run build" and try to open dist/index.html with live server nothing rendering when i move .js and .css files manually to root and use them index.html it is partially work but assets and medias are not rendering.i am using metronic_react_v8.2.6....
Hi team,I got this error when running the app after integrating the Metronic v9 into my Angular project.This is the stack trace:```window is not defined at eval (~/Workspace/myproject/src/metronic/core/index.ts:106:1) at async instantiateModule (file:///~/Workspace/myproject/node_...
Hi, I've just implemented your tailwind metronic template with React and Vite, and I'm facing these warnings (postcss issues) :To reproduce, I launch "npm run dev" with default vite configuration and then, I access to the home page.Can you help me please ?[vite:css] Complex selectors i...
Hello ,I am going to integrate metronic-v9.0.4 into Laravel project , I uses the instructions on https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel to do thatI see that the file src/app/layouts/demo1.js , while I will use the demo5 UI , so does this file will...
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
Hello,I have a SaaS which is already fully functional. However, I have purchased metronix dashboard template in the view to only use the styling (UI) of the dashboard without distorting the funtionalities, calculations and flow of my platform.Can this be done? i.e. integrating some of the el...
Dear Metronic Support Team,I am facing an issue while deploying my Metronic-React-based project on Vercel and would greatly appreciate your assistance. I have also changed base url path, but the issue persists.Issue Description:I am currently trying to deploy my React-based project (built...
I followed this guide to get nextjs version up an running:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/nextjsHow I'm supose to use the core components in my nextjs code you don't explain that in your documentation.You have this section that say to import global...
Error is "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?Followed all steps : Laravel 9 (with Vite) and Vue 3 integration [For Metronic v8.1.6+]so after that I am getting error : getActivePinia()....Note that I...
Hello,I have installed & set up metrolic 9 in laravel as per this documentation, https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel.However, it seem to be some issues with the UI.Could you please help me? Am I missing some css or components here?
I've run into this problem while developing a react spa based on Metronic 8 React:I've added a react-select in the header. When viewing the app on a small screen, the header is moved to a sidebar. When viewed like this, the react-select does not work. It seems something is capturing the click ev...