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

Metronic (4944)

Is there a safe way in Laravel to change the reference "demo1, demo2, demo3, ..." to a more professional name like "v1, v2, v3 ...". Without breaking the application?But where to change in the Metronic 8 configuration (configs, webpack, ...)?Which directories would you need to rename?Thank...
We purchased Metronic Admin Theme from Themeforest, downloaded the zip-package and looking for the "theme" folder mentioned in the documentation.> Download the latest theme source from the Marketplace.> Download and install Node.js from Nodejs. The suggested version to install is 16.x LTS.>...
i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3laravel:v9.2php:v8.0.2vue:v3inertia:v0.6the scripts.bundle.js is not loaded properly it causes problem inUser Account Menu (KTMenu) not working on click or hover SideBar not...
Hi GuysI have installed the flask version of Medtronic as instructed however when I tried to run it with flask run and visit http://127.0.0.1:5000/ in my browser I got the error below in the terminal:WARNING: This is a development server. Do not use it in a production deploy...
Hi Sean and TeamI receive an uncaught error which is traced from plugins to sign-in validator script -> KTSigninGeneral.init();Error: Uncaught TypeError: Cannot read properties of null (reading 'classList') at plugins.bundle.js:26422:119075 at Array.forEach () at...
Hi,During development I make some mistakes. The error is normally logged to the console with component name, line and method. But I'm getting2app.2b3d77aa.js:4 Error at bc (app.2b3d77aa.js:12:5491) at Object.p [as resolve] (app.2b3d77aa.js:12:10333) at Object.T [as resolve]...
Hello there,Why did you give up the redux build? I'm asking technically.What would you recommend instead of this build?
Following this documentaiton:DocI get an error when I try to execute the code "Cannot reinitialize DataTable". I checked the docs of DataTable saying I should either destroy() the dat...
How to open modal on create button click ?i have tried the following, but with no luckClassic ToolbarCreateModal
I use plupload to big size file upload. When I add plupload styles & scripts, its not working. No error showing console. Unable to upload anything. I user metronic demo 1, default assets, don't change the build. here is my js screenshot: https://paste.pics/9fdb0d36d6b2f9c47f507f82bf8b322cand h...
I would like to modify multi-steps-sign-up.html each account type takes to deferent sign up page can someone modify the JS file to me which is create-account.js Thanks
Hello, in my country are not allowed, how can i disable all google fonts on my metronic theme (Latest Version, laravel)?
Breadcrumbs do not work on the latest version of Metronic on Angular, can anyone help? no kt_header_menu exists in the application, when I look into page-info.service.ts
I need to set the logo path from the store.I have tried to import store on core/config/DefaultLayoutConfig.ts this file but it returns the error "Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization"Please help me with above issue.Thank you!
Hi, I'm using metronic vue version 8.1.1In demo1, the example code to open modal:
I can't follow Metronic's documentation for datables implementation since I'm following Yajra's.I am trying to follow this:https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableThe way I'm using datatable is per Yajra's docs:...
I have a form with an image input and want to reset the whole form along with image input.Right now the image input does not reset it stays as the one I uploaded latest.The image is not saved to DB right now.
How i can save status of aside menu navegation between pages ?Whenever you change the page it comes backUtilities > Modals > General
It is possible to keep the visible for certain windowsI use demo1 template for laravel
Dark mode switcher is not displaying in Metronic demo 8https://snipboard.io/S4Crmf.jpgI didn't change anything in the code:@if (theme()->isDarkModeEnabled())
How could I customise CkEditor Document to add additional plugins such as Mention as this can only be done before being built. I've also noticed a "ckeditor-document.bundle.js:6 filerepository-no-upload-adapter" when attempting to set up image uploads which makes me wonder if this also needs to be c...
Is there pre-made component for Draggable in Metronic React? I searched in demo1 of react metronic but i am not able to find anything related to this. or I have to include it manually.