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

Metronic (4930)

Hi,Metronic's by default includes all its available resources within the gulp config so the bundle size of the compiled CSS/JS files. To reduce the file size of the CSS/JS bundle files follow the below steps: Open theme/tools/gulp.config.js and refer to base->global->src
i wanted to post this: Hi,I’m thrilled to share the latest Metronic 9 React/Next.js update with you! Check out all the details here.We’re also working on the Metronic 9 HTML/JS update announcement, which will be released soon—...
Does anyone know how to use another version of the layout (demo9)? Only demo1 is available in the zip.Thanks
When I am running localhost it was good, when I am building to dev using this command "npm run build" I got the dist folder.Once I deployed it then my domain is not loading. Local host is working fine, when I am deploying the dist folder inside content everything into NGNIX server it was not l...
HelloI'm starting a new project on Laravel + Vue.js + Metronic (Tailwind)In the project I will need many components like form elements, toast, treeview and others. These components are not yet in Metronic.Please recommend a component library for Vue.js that will be easy to integrate into...
We have just purchased the latest version of Metronic in order to have the most up-to-date and secure versions of libraries and components.We noticed that version v.8.2.9 (latest), which is the one that includes HTML, is still using Toastr version 2.1.4. This version has an active XSS vulnerabil...
Hello,I purchased Metronic and has set the React+Vite TypeScript version up for frontend, using ASP.NET Core for backend. While looking through frontend codes, I found out that Metronics use Laravel APIs for authentication. I want to utilize this API to use the authorization tokens. However, whi...
Hi,We have recently purchased Keenthemes and using CRM theme, but the filter panel is getting closed even before selecting or applying any filters in the panel. Even in the demo site the issue is there. Could you help?https://preview.keenthemes.com/metronic8/demo60/index.html
I want table data into the left side of columns, so initially its showing correct but when i am reordering the table data, the numeric data is go from left to right sideThis is my code: ngOnInit(): void { this.datatableConfig = { serverSide: true, ajax: (dataTablesParameters...
I used Metronic 8 as a template inside Laravel 12, but when I compile scss file using Vite custom Metronic css variables not compiling, for example in dev tools it says: --bs-primary-inverse is not set, all custom variables are not set. also I used text-white as class but it won't work (--bs-text-w...
I came across a stepper component in this React template:https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontalI’d like to use the same stepper in my project, which is built using Metronic 9 with Tailwind and React. Since this is my first time working with Metron...
I have metronic-v9.1.2, and I want to generate react demo 3 from the code I have, but it has only demo 1. So, how can I generate it from HTML?
I can't find what I'm looking for. Is the documentation insufficient or am I looking in the wrong place?
Hi everyone,I'm using the Metronic theme (bootsrap) with KTDataTable in a .NET 8 Core project. I have successfully implemented server-side pagination, but I'm having trouble passing custom parameters (e.g., idCompany and idWallet) to the backend.I've tried to use the mapRequest configuration...
Dear colleagues! In accordance to the demos on the web site we expect to have an access and code for full stack of applications (include mail, contacts, projects, chat and etc.). Unfortunately when we installed your complect from Themeforest we have no applications.What we should do in order to ac...
Hello,Could you please fix the "search contact" option in below webpage?https://preview.keenthemes.com/metronic8/demo31/apps/contacts/view-contact.html?search=brianThank you!
I cannot find the landing page in the metronic dowload packagePlease guide me how i can find it
I purchased Metronic from you but the download package does jot include landing. We need that one. Help us to dl it.Thanks
I purchased and installed Metronic and Composer and followed the setup instructions. Everything seemed to complete successfully, but I was expecting some instructions about accessing a UI. When I navigate to 127.0.0.1:8001 or localhost:8001 I just get a blank page with a relative url on it (ex....
In the input image component, the input value is always emptied on change. When the form is submitted, the file will not be present protected _change(): void { const payload = {cancel: false}; this._fireEvent('change', payload); this._dispatchEvent('change', payload);...
Hi,I'm experiencing an issue with the Metronic menu. I have implemented it as shown below, using data-kt-menu-trigger="hover", but the menu behavior is inconsistent. Sometimes it opens on hover, and sometimes it doesn't.I’m encountering this issue in multiple places across the application....