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

All Questions (6015)

Hey Guys,When you try print a page with a table that has table-striped, you cannot make out whats in the table:
Hey Guys,I have a logo img with black font (eg: logo-default.png). How do I define the appropriate variable / css / whatever needs to be set to have a "dark mode" alternative for it (eg: logo-dark.png)?Thanks in advance!
When you print, it prints the whole page. Would be nice to have a helper class that lets you specify what to print on a page.eg:https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlWhen you click print, it prints everything. In a real world situation, you would wan...
Hi,We have purchased and used the Metronic theme(s) for sometime.Is it possible to download design elements for the latest version of Metronic for Figma as we would like to do some storyboarding between our business and dev teams to document the layout/use of components in various parts of the s...
Hello,I am planning to use Metronic as a theme in my SaaS application.I've already read some questions in this forum regarding that topic but I don't think that those threads answer my question properly.How my server setup looks like:I want to have multiple paying users which can access th...
Hello, I would like the id="kt_app_sidebar" to be automatically closed when the page is loaded, but I can't find what to modify... Thank you for your help. I'm using the HTML version. Also, I would like to assign my own colors to the "SYSTEM" system theme, which CSS file should I modify? (Or already...
In menu.js on line 248"var target = document.querySelector('[data-kt-menu-target="# ' + the.element.getAttribute('id') + '"]');"It has a space after "#" in query selector. It occurs bugs
VM1503:2 Uncaught ReferenceError: process is not defined at 4043 (:2:13168) at r (:2:306599) at 8048 (:2:9496) at r (:2:306599) at 8641 (:2:1379) at r (:2:306599) at :2:315627 at
Hi, I purchased regular license about metronic template.I wonder right format about how to notify copyright.1) &copy. Designed by KeenThemes.2) &copy. All rights reserved. Based on KeenThemes.3) (nothing)Which is the correct format?Or how should I write it?
Just add console log to function AuthProvider and AuthInit and see the log print twice times. I check the code it just use one time. Why it happen?
Hi,If I'm using v-loading, the z-index of it is 2000 and conflicts with KeenThemes (such as sidebars, modals etc, as they have around the z-index: 100).What is the best way to make sure it does not conflicts? I didn't find a perfect way to change the z-index of v-loading. Could you help?
Hello, I want to work with full file names like https://example.com/user-settings.php.How can i import my Content. And where must i store the Content?
I asked about some demo in figma and the answer is that you would put it this week, where i can get this figma when be available
HiI just bought Metronic theme and trying to run with Blazor as per given instructions but getting error as below while running "npm run build" command: Failed to load 'D:\Celestia\MetronicBlazor\Starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is...
Hello I have noticed that in _select2.scss some colors are set to color: var(--#{$prefix}input-color);But --bs-input-color is not defined in BS neither in Metronic.For example: // Selected.select2-selection__rendered {display: block;padding-lef...
The current version 8.0.38, upgrade directly to 8.1.6, the span is too big.
I am changing the default axios url in the Api Service, but it still does not affect it. Do I need to make a change in a different place?
Hi!I am using Metronic Demo 1 for Angular and I trying to save the sidebar status (either minimized or not) so it stays the same way after a refreshIn sidebar.component.ts Tried to set 'data-kt-app-sidebar-minimize' to either 'on' or null but when I do, I can't change the status again....
Trying to buy some themes (not metronic), but cant, is this going to be fixed any time soon ?
HelloWe need to develop a web application using Metronic template backoffice (vuejs) but we need also to create several form pages without backoffice connection.I was testing to create those form pages, so I added a second app in main.ts (called appForm) and I add div id #appForm in index.ht...
hello,im try to using action button in yajra datatables on this pagehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side#while i try, the action button not working, it's just open to new page, not showing edit button and delete button, thanks