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

All Questions (6006)

In the last versions of metronic the btn-sm is huge, I think you should revert it to the old size. It can be done in _variables.custom.css adding this:$input-btn-padding-y: .75rem !default;$input-btn-padding-y-sm: .55rem !default;$input-btn-...
Hi;M using version 8.1. on project but how can update to 8.1.1
When defining table headercolumnName: "fieldName",columnLabel: "Invoice",current KTDataTable doesn`t look at columnName thats why we cant use label for header customization.the reason is in TableBodyRow.vueit need to be changed to ${properties.columnName}...
HI there,would it be possible that primary and secondary color theme for the template is "pulled" from an outside source or config file instead of the css file?The idea is that a user can pick and choose some colors programmatically in the application to adjust a certain page more to their C...
I am using Metronic Template 7. All svg icons turned black. I see that the svg icons have turned black in your demo area as well. How we can solve this problem?
I use php 8.0.15 with Laravel and node js 14.16 ! The version before runs great, now i dont be able start it because lot errors. Yoo make a great work, please update the informationa for php, node deps and all, to start working !Thank you for really great inspiration and coding ! Uwe
I have a project that does not require the aside menu. I want to remove it. There used to be an option to exclude the aside in the layout builder that seems to no longer exist.I commented out the HTML code - but the header (and remaining pages) does not extend to the full viewable area of the...
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...
Hi ,I am using Metronic 8 demo 4 template for my website I am trying to hide the aside menu and instead of it showing the button and want to add the functionality that when the button is clicked it should show the aside menu and if clicked again it will hide the aside menu . Is it possible to ch...
Hi, i have problems opening a menu dropdown on button click like it's in docs. I am running .NET project and everything else is running good! It's not triggering "open on click". This is the code:
Hello, how my way to download Metronic 7 Theme? I want to download metronic with Bootstrap 4.I Already purchase the metronic on themeforest.
Hi Keenthemes,what are the major html class changes between 8.0.38 and 8.1.1.I'm about to re-integrate the new 8.1.1 html markup , what markup classes should I change in html ?NB : I'm not asking about CSS or Javascript., But html markup changesfor the js and css, I just copied the w...
Hello,When accessing the page https://preview.keenthemes.com/metronic8/demo1/toolbars/extended.html an error is thrown in the console:Uncaught TypeError: Cannot read properties of null (reading 'closest') at KTMenu.getInstance (scripts.bundle.js:2425:25) at handleTogg...
Hi there,I am having an issue with the dark mode theme switcher. When I switch the mode, log out (without refreshing) and log back in, the theme mode goes back to what it was before switching. It seems that if I refresh after the switch, it gets saved properly and logging out and in does not cau...
What is the correct way to add dark/light mode toggle in Vue?
Hello there !I'm using Metronic with Symfony for a while now.I had to hack a bit the system to make it work with Webpack Encore, but now I'm stuck with an old version of Metronic as I had to make core changes to the files.Is there an easy way to integrate Metronic with Webpack Encore ? Thi...
This is my code. Even putting this data-backdrop="static" it closes anyway when you click outside.
Hi!I implemented a ne Metronic theme via assets and bundles in .NET project, everything works great but have one error which I do not know to solve?Uncaught ReferenceError: mApp is not definedIs it something about order fo budles or something?I have plugins bundle and js after that and...
Hello,I upgraded the version with 8.1.1 The issue is in KtDataTable. I created the header array like below.const tableHeader = ref([ { columnName: "#Sr", columnLabel: "index", sortEnabled: true, columnWidth: 20, }, { colu...
i am trying to generate metronic layout with layout builder, but when I try to open index.html I just see this: It seems to me like it can't see css stylesWhen I open just html demo, it works well.. I did by tutorial, I generated assets by gulp,...
I have the following code from create-app.js. How to modify the code so that the form will be submitted to server side upon clicking the submit button. formSubmitButton.addEventListener('click', function (e) {// Validate form before change stepper stepvar validator = validations...