I try to integrate metronic demo 7 to new project, the only problem is to init KTComponents like sticky header, if first load the sticky is work, but if navigate to another page the sticky not work, the class is not add to the header.- Inertia.js (React) Example// resources/js/Layouts/AppLayou...
Hi, I have a few questions and issues regarding Metronic 9 integration with Next:First: I have been trying to follow the documentation for integrating the Tailwind/HTML version into Nextjs. The instructions for downloading the example Nextjs app seem to work well enough to show the demo1 sideb...
Even though I followed the steps on the react integration page exactly, the project opens but the page does not load.I think the https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/react page is out of date.There is no error message, the page just keeps loading.
Hello within my react App using metronic i can collapse the main sidebar nav and this will collapse okay. When I refresh page the navbar defaults back to the maximised display. Could you tell me why this is happening or how to resolve the issue? I would like the navbar to stay minimised when refresh...
he seguido todos los pasos de la documentación pero no logro que funcione la plantilla. no veo que venga todos los archivos de los ejemplos como los Dashboard ni las paginas de Login.
- I did NOT see any RTL options. any guidance before deciding on making the purchase.- User management is coming soon. How frequently do you guys update and add new features to the project?
How can I use the following libraries and tools: Autosize, Bootstrap Maxlength, Clipboard, Tempus Dominus Datepicker, Flatpickr, Date Range Picker, DialerExclusive, DropzoneJS, FormValidation, Form Repeater, Image InputExclusive, Inputmask, Multiselectsplitter, noUiSlider, Password MeterExclusive, r...
I saw that you have a full react implementation but still without a detail documentation.May I know how to add/remove menu?Also, how to remove top bar menu?
I installed the version of react according to the instructions, but the entrance window does not let me go further than the window even though I enter demo data.
Hey,I've added a few new links to the sidebar, but I've encountered an issue where the sidebar doesn't scroll properly when the user logs in initially. Users need to refresh the page before they can scroll through the sidebar. Once the page is refreshed, the scrolling works fine.I've tested...
Hello,I bought my React template from ThemeForest, and it’s working perfectly.While trying out KeenIcons, I noticed that not all the icons listed at https://keenthemes.com/keenicons#freeversion are available on my local.Most likely, some new icons were added after I made my purchase.Is it po...
Hi Keenthemes team,I'm currently using your template and implementing icons in my navigation configuration like this:```export const MENU_ROOT: TMenuConfig = [ { title: 'Profile', icon: 'abstract-27', path: 'https://www.aman.com/zh-cn/resorts/aman-kyoto', }, { ti...
I made my Metronic 9 React Tailwind Integration, my system is running in the "dev" environment, but I get the following errors when building.src/metronic/core/components/datatable/datatable.ts:20:21 - error TS2612: Property '_config' will overwrite the base property in 'KTComponent'. If this i...
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...
I’m facing an issue with the webpage layout when integrating RainbowKit into my project. Specifically, the layout of the page becomes distorted or unresponsive after I include RainbowKit's components. This issue occurs in various browsers and seems to affect both the main content and the navigation...
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:useEffect(() => { KTComponent.init(); KTLayout.init();}, []);This successfully got the basic...