Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Metronic (4943)

Hello! First of all let me say I'm loving the theme so far, great work guys!There's a bug with the sidebar on Angular's demo1 , when you click the button to collapse it, it "extends" the main container but the sidebar remains the same, thus hiding part of the content behind the sidebar.The e...
When i pick a language in the language selector in Demo 1 Metronic 8 project, it sets the language correct, in my case to 'dk', and when it reloads the page it is set to 'en' again as it was before. The language is stored in localstorage. I set the new language as the localstorage value before reloa...
Hi Guys I am facing this issue, and I have tried multiple versions of node but still not working. I am using the react demo4 metronic 8.Attaching error message:Type '{}' is not assignable to type 'ReactNode'. TS2786 11 | return ( 12 |
I'm developing a broker CRM using metronic 8 (laravel version) and I want to show menu items to respective users based on their roles and permissions.so how can I do that???do we have a "can" property for each menu item or what???
I have a detail when uploading my project to a server, the detail consists of how to remove the public from the urlWork with metronic laravel
i want to disable sort after add item or re-init ktdatatabe like first time ,an disable pagination. ...
i created a view, and added a table in it, with id.then I added this js line$("#kt_datatable_example_1").DataTable();now getting this error in consoleUncaught TypeError: $(...).DataTable is not a functionplease help.
I'm getting a lot of bug on your product using laravel.(655:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. (2716:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated....
Hi,I have try to run my laravel project with the metronic template but there is an error :In general.php line 31: Call to undefined function theme() could someone to assist to solve this issue.thanks
Hi! I'm new to this theme, I installed Laravel on my new and fresh website, but I'm using the HTML ver. from this theme and apply the theme manually by copying the design I need. It was okay, until I realized my console was showing the error Uncaught TypeError: Cannot read properties of null (readin...
Hi team,I'm getting these two errors when I do a build - ----------------------------------------------------------------------No overload matches this call. Overload 1 of 2, '(props: Props | Readonly): CopyToClipboard', gave the following error. Type '{ children: Element;...
I've just got the Demo1 React theme to build but it never gets past the Loading page at the start.
Hi. I have purchased metronic and I found figma files for most of the pages, however I was not able to find full calendar for figma and the modals for it ( this page: https://preview.keenthemes.com/metronic8/demo1/apps/calendar.html )
Any example which shows how can I initialize datatables component in angular demo3?
I tried to change the theme to dark mode, but the view still light mode and I tried change to demo2 still the same, any clue how to fix this?
Dear SirI found that we don’t have any RTL in Angular even Admin Demo1 also does not contain So can you please help us in the Angular to locate that and commands / jquery that will do RTL LTR Appreciated ur help pleaseThanks a lotyou may contact me on johar@writeme.comSkype = joharmandav...
Side menu shown when aside.display is false
Hi! I've successfully installed Metronic 8 using the Laravel install running fine via artisan. But perhaps I missed something. I wished it had the same pages / database tables as the demo has (demo 1). Is that possible? The menu has currently only the sections "Account" and "System". I was par...
Hi,I just bought the metronic template recently. I needed one element from it for my project, but it turned out it's vue3 and the codebase I'm working with is vue2. I was wondering if you still have code for metronic multistep wizard with vue2 laying around somewhere and would be willing to share...
Hi there,I received an error when trying to install the demo6 dark mode with "gulp --dark-mode --demo6".Here is the error:Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'del' imported from C:\htdocs\metronic_v8.0.38_html_demo6\tools\gulp\clean.js at new NodeError (node:internal/e...
Hi, how can I implement the fixed footer? I added the "page-footer-fixed" class to the body tag, but footer still moves following the page.