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

Metronic (4960)

As you can see in the preview, some words are not shown properly when in dark mode. https://preview.keenthemes.com/html/metronic/docs/editors/ckeditor/classicI encountered the problem in React version of Metronic too. Please fix the React version of Metronic. I am using 8.1.8 React version
How do I edit the style for the dark mode for Metronic React version? I want to edit the text color of the dashboard component.
Hi All,I've uploaded the Laravel Starter Kit as a Github project and from there uploaded it to Laravel Forge which deploys the application automatically. As described in the manual, I ran npm run dev and yarn but it still does not show any webpage.The web pointer is to /public, so that sho...
Hello Keen Themes,I recently purchased the Metronic v8.1.8 theme and have encountered some challenges during the installation process. I would appreciate your assistance in resolving the following dependency issues I encountered while running npm install:1. npm WARN deprecated stable@0.1.8:...
Hello,Im using Good and I want to change the Width and Fluid mode to "Fixed" and "Disabled". I dont want to use the Layout Builder. Where can I do it in the code?
hello All, i bought html demo and now i'm trying to take component/page from HTML demo to my angular project but when i'm importing JS Files in my angular.Json get error, compiled successfully but browser won't to load project by this errors ,the Js file in angular.json: "scripts": [...
I've purchased and used metronic since metronic 6 for Angular project. I notice that for Metronic 8 (Angular) Demo 1 did not provide full example and functionality as Metronic 8 (HTML) Demo 1. Can i have the full source code as Metronic (HTML) Demo 1 for Angular? There is alot of component missing i...
I see icons being used in the following way,KTIcon iconName='message-question' className='fs-2' />but I was unable to find references to the iconName used to reference the icon used in Duotune, many of the icons mentioned in the documentation page cannot be found - ht...
Does Metronic 8 have a "bootstrap select" widget like in Metronic 7?Example: https://preview.keenthemes.com/metronic/demo1/crud/forms/widgets/bootstrap-select.htmlI want to migrate my project (which had this widget everywhere) from 7 version to 8. And I need to rebuild everything for Select2?
Can you please help me to get rid of that error at metronic8. I'm getting Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')" error even if I created assets according to your tutorial video about building assets. Do I have to add search.js t...
The elements on the error page 404 is all aligned to the top left, where I think the intended position of the elements should be aligned in the middle vertically and horizontally right?
This problem actually exists in the Angular Metronic demo as well (https://preview.keenthemes.com/metronic8/angular/demo1/builder). So I have a menu; some have submenus and some do not.
I'm using the logo as the "home" button (as most applications do) and do not have a "Home" menu item on the main menu. So, when I click the logo, it navigates home as it should, but nothing is triggered to reset the menu so that no menu item is set to active ("here" class).
I can't find the File Manager page for the react version of Metronic, did I miss it anywhere?
Greetings!I have already bought a regular Metronic license, installed an example on Django according to the instructions, everything worked on the development web server. I want to log in to Django Administration (http://127.0.0.1:8000/admin/login ) - tell me, what is the username and password i...
Hi All, I try to open Modal in html and I follow this documentation https://preview.keenthemes.com/html/metronic/docs/base/modal but it is not open,
Hi!!I'm not an expert vue programmer, but I'm really enthusiastic about trying it out.I was checking up on how to use the mysql2 library to make the connection directly, but After a few days of trying, no success at all! lolI wonder if you could give me directions on how to add mysql2 to t...
https://preview.keenthemes.com/html/metronic/docs/general/menu/advanced#dropdownI programmatically create items for a drop down menu (with javascript) after the page is loaded with data attributes accoding this manual, but dropdown not work.How can I activate dropdown menu on fly?
Hi , I just purchased the Metronic Template. I am using laravel (bit new to Laravel, previously Java Developer) I am able to modify the menu for sidebar , but unable to modify the Header menu bar menus. i have tried to make changes to : resources/views/layout/partials/header-layo...
hello, i want to take the page from html demo to angular demo i took the html file and put it in html angular component and took the css and js files also and put it in angular.json"styles": ["src/styles.scss","src/assets/datatables.bundle.css","src/assets/vis-timeline.bundle.css","s...
Hello!! Just purchased Metronic and while following instruction here https://preview.keenthemes.com/laravel/metronic/docs/getting-started I get the following error when running "npm run dev"[webpack-cli] TypeError: Cannot read properties of null (reading '1') at C:\MAMP\htdocs\li...
Do we have any example on how to use ModalComponent with Angular. How to handle the size and other details like submit/cancel close events?