The New Way to Build with AI! Introducing ReUI — the developer platform for agentic UI with shadcn/ui
Browse ReUI Pro

Metronic (5259)

What does the function named "getuserbytoken" do. how can I remove this function.
Hi support, I have followed instruction from https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpack There is wrong instruction at No. 8, should be npm run localhost not gulp localhost. When I typing npm run localhost why asset folder missing ? so demo1 website was...
Hi, thanks so much for creating the new Metronic Demos! I know you all are working on more package updates; I'm just wondering whether it would be possible to get access to the Figma file for Metronic Demo 39? We're keen to start implementing based on https://preview.keenthemes.com/metronic8/demo39/...
The variable "$custom-sizes" in _variables.scss file has only the following percentage values: 25%, 50%, 75% and 100%. I would like to add new missing values, for example: 5%, 10%, 15%... I created a new variable "$custom-sizes" add only the desired values in _variables.custom.scss, not overwritin...
How can I export the data in the HTML Table to pdf and excel.
Hello I'm trying to get the active menu to update however receive the following error: admin2.php:667 Path admin2.php:668 /usersc/admin2.php scripts.bundle.js:2547 Uncaught TypeError: Cannot read properties of undefined (reading 'closest') at _getItem...
Hi, When i choose the option-value, How can i change the selected-value in the form-select? Can i make it in JS? I am using the spring-version. Regards,
Hi, I am seeing this error in my console: Uncaught ReferenceError: KTUtil is not defined https://localhost:50461/assets/js/custom/authentication/sign-in/general.js:193 I think I have added all the scripts I need for this page: var hostUr...
There is an option of mouse-drag according to official doc https://ganlanyuan.github.io/tiny-slider/demo/ that I can't reproduce via https://preview.keenthemes.com/html/metronic/docs/general/tiny-slider/overview#options even with an ID of "mouse-drag" in the container as they request
Hi, do you have any news about metronic support for Laravel + Inertia applications? This topic was already asked a couple of times in this forum. It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
import { useI18n } from "vue-i18n"; const i18n = useI18n() how I can use it in folder router in index.ts file to translate for example : pageTitle: "title", breadcrumbs: ["bread"], I have tried a lot but to no avail Metronic demo 8 version 8.1.7 node v18.12.0...
I started my project on version 8.1.1 for Laravel using demo8 and now that I have completed it I would like to upgrade it to the current version which is 8.1.7. I noticed that there are some differences in the especially in the resources folder, I understood the new build method but I can't under...
I know that codecanyon dont support more than one license to be used several times.. But if we wanted to use the same dashboard as a start kit for several times, its gonna be a issue for a development agency. Is there any way we can get this so we can use it several times under a one license,,ma...
Hello! When I try to use my own version of Fontawesome pro the "duotone" icon type only works if the plugin was initializated by JS. But in my project i need initialize as CSS. The JS version working: The CSS version bug:
While installing Flask demos the other day, the antivirus detected an issue in the node resources as shown below. The packages used need to be reviewed again.
Hello, I am using HTML Metronic, and you know there are many repetitive DIV module like Footer, Header, Sidebar, So I want to decompose them. I decide to make them Vue modules. In other words, I will add Vue-template(the inner code is the same as the original code) to HTML by httpVueLoader. Everythi...
Only metronic 8 is included in the metronic theme. But I want to download metronic 7 theme. Could you help ?
Dear team, we are using Metronic Dashboard and it is more than amazing! We are v7.2.9 Angular-based dashboard (NgBootstrap) and would like to add Calendar component. What would be the best approach to do so, since there is no Calendar component in our version?
i tried copy paste what documentation said, but calendar didnt show m i missing something ?
Hi, I'm using Metronic 8.1.7 theme, demo1. I want to implement notification pop-up window or drop-down like Notifications in Header in demo1. Notifications are now loaded from database on web application start. I want to catch event of notifications window showing, load notifications from db and...