Hello, thank you for creating such an amazing framework.I am running and testing it with NextJS. Currently, I am using the import statement:import KTLayout from "@/metronic/app/layouts/demo1";However, I would like to use demo10 instead. Is there a solution for this? Could yo...
I'm using Metronic 9.0.3 Tailwind Next. I downloaded the tailwind next project from github and applied metronic 9.0.3.The project ran perfectly, but when I click on a sidebar menu, the selected item is not marked with the active css class. Regardless of which menu I click on, it changes the page...
Hello,I recently purchased a license for Metronic 9 Next.js. However, it seems that the package includes only the layout component, and there are no files for other pages. I had expected the theme to be fully complete. Could you let me know when the remaining pages in NextJS are expected to...
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...
Hi,we are planning to use Metronic tailwind template but in the demo I can see there are only a few components available. and mostly of them are labeled as coming soon.So can you please let us know when do you think it'll be completed? Right now I can't even the basic components like form inpu...
When I bought Metronic 13 years ago, what I loved about it was that I could grab components that were beautiful and functional right out of the box. Those were the HTML days... Now I'm building a more modern app so I'm using the more modern version.Aaaaaaannnnndddd.... three weeks late...
Hi everyone! I’ve started integrating Metronic with Next.js, and so far, the local server is working well for the layout, sidebar, and header. However, I noticed that the other pages are only available as HTML files rather than in Next.js format. Are these pages compatible with Next.js, or would I n...
I am building nextjs application with Metronic 9 Tailwind CSS, and used the nextjs seed project from github: metronic-tailwind-next. I used Accordion which only works if you refresh your page, and if you navigate to other nextjs page and come back on the page, then Accordion stop working. I...
Background:I am building a client application in NextJs with {output: 'export'} config. Using Stepper component in a class component and using this class component in my page by dynamic import to avoid "reference error window is not defined". Using Tailwind 9.0.4 version, and built on top of start...
Hi, i have purchased the metronic yesterday, and integrating it with the nextjs using the starter template : metronic-tailwind-next from github. Although it works fine when running it using npm run dev. but when i try to run the npm run build then its producing followin...