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

All Questions (6015)

Hello,I have developed a project with Livewire templates and then I removed the not required pages,But while loading pages, there are a few large-size files, like plugin.bundle.js, scripts.bundle.js, style.bundle.css, which keep page loading slower,How do we make new files based on the sel...
Team - I think your Metronic is a nice framework and you guys support all the latest frameworks from Spring to Blazor to React, basically from Java to .NET to JS based frameworks.Considering your team talent base, I think you should consider adding support for Astro as well (https://astro.build)...
I have had a simple open question for a couple days now. Purchased the extended support -- is there a better way of submitting questions? Perhaps I am in the wrong place for paid support?Also, the download section seems to not know I have purchased a license -- do I need to link something from...
when i click on the next page of the data table it redirects back to the first one and also the global search is not working am using version 7 of metronic
Hi Keenthemes,I've neen reading the doc : https://preview.keenthemes.com/html/metronic/docs/base/modalI just implemented the draggable modal, wich is a great and wonderfull features...However I would like to know if there's a way or a snippet that you could give in way that Modal boots...
How can I effectively utilize internationalization (i18n) in Django Metronic to make my web application accessible in multiple languages?
Here is my package.json{ "private": true, "version": "8.2.5", "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot"...
https://preview.keenthemes.com/html/metronic/docs/general/datatables/api#form-inputshere in this example, text in the first column (name) vertically is not aligned with text in other columns such as age, position. Any way to fix it?
Not sure how did this happen but:getProp(path: string, config?: ILayout): string | boolean | undefined | Object { if (config) { return objectPath.get(config, path); } return objectPath.get(this.layoutConfigSubject.value, path); }This makes the code u...
Hello;I am using the starter kit and wish to disable the top menu (the one horizontal one that duplicates the left hand vertical menu).The layout builder lets me do that, but I cannot find instructions on how to integrate changes made there with the Visual Studio project.Thank you
Hello, I ran the react demo1 application. but I get an error when logging in "The login details are incorrect"People have encountered this problem before and were asked whether there is an .env file. I do not have an .env file either. I download the original zip from both themesforest and keenthem...
Dear, After Purchasing I downloaded and started using angular, for demo 1. I have installed angular and nodejs on my machine and tried many times to run npm install but got error,metronic_angular_v8.2.5_demo1 % npm i npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR! npm E...
I create users with unique emails and correct passwords, but when I try to log in with those users I allways get the "Sorry, looks like there are some errors detected, please try again." error.I have checked emails and passwords and there is nothing wrong, but I cant log in.I can only login with...
I downloaded the zip file 'metronic_react_v8.2.5_demo1.zip' extracted then installed node_modules and run the npm run build command. It gives errors likeindex-76c9c8ca.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)index-f03d7f69.css:1 Fail...
When clicking anywhere on the page, an error message appears: Uncaught TypeError: Cannot read properties of undefined (reading '0') at HTMLBodyElement. (all.js:50:92234)
HelloI Use metronic in blazor server project ( .NET 8 ) But i have a lot of problems , for example NavLink does not work , when i click on links url changed but page or component not load .I worked with metronic and .net 7 very well and i just transfer all of files to new project with .NET 8 and...
I have element of lightbox but it didn't show, otherwise the lightbox open in new tab, this is my code->addColumn('gambar', function ($row) { if ($row->gambar) { $image = '
After we download the program from Themeforest. The colors in the assets\cssstyle.bundle.css file do not match the colors in the https://preview.keenthemes.com/html/metronic/docs/ document. It causes a lot of troubles. Can it be solved?For example, in the program: --bs-primary: #009ef7;And i...
Hello!We are doing our first installation of Metronic.Using a asp.net 8 project.The CSS from metronic seems to be compatible with BS 5.2.1 but having some problems with using the BS 5.3.3 from the jrDelivr CDN.Is 5.3.3 supported and if so what it the best way to include it please?
How do I update the CSS and SASS only in vuejs demo 1 to get the keenIcons?
Hi, I'm trying to make a django form in which I want to upload a photo (Dropzone) and enter its title.I can't send the title field and the photo to my view at the same time.Could you please help me ?add.js// DropzoneJslet myDropzone = new Dropzone("#kt_dropzonejs_example_1", {...
how can i send the data from the new folder input of file manager library i have tried to send it using ajax but there is no action happen