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

All Questions (5981)

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....
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
Background: Using Metronic Tailwind version with nextjs.Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated.Currently if i return all data which is more than the page size it displays all records on the first and on...
I have developed many apps in metronic react tailwind v 9.1. with node 20. everything works fines in dev mode, even in express server (serve -s) local work. It connect perfect with google auth and cloud VM instances. builds are made whiteout errors but the final dist index.html with required assets...
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...
Hi,I have an HTML and PHP project built on Metronic 5, and I would like to upgrade it to Metronic 8 or at least update Bootstrap to the latest version. Could you guide me on the best approach to achieve this?Thank you.
I am currently using Metronic Laravel 8 and for Quill JS, how to I add Image Resize module? I have checked this package https://github.com/kensnyder/quill-image-resize-module but I was unable to make it work. Do you have any reference or sample to add Image Resize Module on Quill JS? Thank y...
Hi,I previously purchased the Metronic template with one user account and successfully implemented it following your ASP.NET Core documentation to build a website for an end user.Now, I have purchased another license with a different user account for a new website. However, instead of downlo...
We built our project around this, and when the Tailwind version was released, it seemed like development would continue for the Bootstrap version as well. Has this been discontinued? There haven’t been any updates since October, and I need to plan our next steps if development has stopped.
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
Hi, Kindly need your advice.i use metronic 8I want to put data from api/ajax (json array) into Select control . Below my html code:
hello , i have license for metronic , where i can get the full download not , demo verison thanks.
In Metronic tailwind demo1 project where is the option that controls on sidemenu hover its expanding and minimizing
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
I need to download an older version of Metronic, how I do it? We have a project that use Metronic 7, I think its demo 13, but I don't have the template anymore
Hi thereI have a multilingual web app . I need to switch between rtl and ltr version according to user language . how can i do this in blazor at runtime ?