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

All Questions (6013)

Hello, We are using the Metronic theme in a .NET Core 7 MVC project. Additionally, we are utilizing DevExpress components in the project. On some pages, we are encountering errors in the form of "$( )....dxWidget is not a function" An example of the error message we receive on a specific page is...
hi Metronic TeamI am trying to add a product page to my Laravel project, but the JavaScript isn't functioning properly.Code part :1. add-product.blade.php>
Hi. If somebody wants to use DateRangePicker language as Turkish can use this.in plugins.bundle.jsChange this; this.locale = { direction: 'ltr', format: moment.localeData().longDateFormat('L'), separator: ' - ', applyLabel: 'Apply', cancelLabel: 'Cancel', weekLabel: 'W',...
i wonder what is the current version of element-plus do u guys use? is it the latest? if not will it be update?
Hello, Do you have an estimate for when Metronic with support for Angular 17 will be released?Thanks,Niclas
Can you please tell me how to minify the javascript? I have some changes in the script.
I want to change the fav-icon , the image that displays in the browser address bar and on tabs. But I can't find where he is.
Hi,I have downloaded the Blazor starter kit, and installed it according to the docs.I am able to bring up the default dashboard, however when I click on any other dashboards (eCommerce, Projects, etc), the urls change, https://localhost:7001/?page=dashboards/ecommercehttps://localhost:700...
Hey guys,I'm planning to develop a webapp with a backend and a on-premise frontend for every client - Every client has the exact same frontend but it needs to run on premise at every customer in his enviroment.my question here is: which is the right license?- regular license for every cust...
Are there any of the Metronic demos that do not use jQuery at it's core? I was hoping to use one of the demos that had a horizontal layout and looked at 32 and it requires jQuery. I need one that does not require jQuery so I can create a layout file for Blazor.
Hi thereHow can I use the CSS vars for VueForm/Multiselect, there are 3 ways of styling but I don't know which one to use and how to use ithere are the styling docs for the componenthttps://github.com/vueform/multiselect#styling
Dear,How do I disable/enable input text by Switcher?https://imgur.com/eTslxhGThanks in advance
Hi, I want to change toolbar type at my .net core project. But i couldn't understand how to do that in documentation. Can you help pls?Thanks in advance.
I want to make the dropdown menu's width be dependent on another element. The element's width itself is dynamic as I used the responsive-friendly classes on it. I am using Angular; I tried to bind the width using [style.width.px] but it only works for the first trigger. After closing the dro...
trying to get up the django version of django of metronic.im getting this error.[webpack-cli] Failed to load 'C:\Users\Admin\Desktop\django\starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import instead...
hello we're attempting to change the locale of the daterangepicker to en-au but we see "invalid date" on the front end. We're currently researching this issue but thought to ask you if you have an example that could fast track us.
Hi,I have created a 'clean' install of Craft template.Withing the gulp.config.js file, I have only amended 'path' and 'dist' values to reflect my local set up.When running 'gulp' only the plugins folder is being being generated, no CSS/Media etc.Any ideas why this would be happening?...
Hi,I've updated my project from 2.1.1 to 3.0.6.I use select2 component as below@Html.DropDownListFor(model => model.FirmId, new SelectList((System.Collections.IEnumerable)ViewBag.firmList, "Value", "Text"), new { @id = "FirmSelect", @class = "form-select form-select-sm form-select-solid"...
Hi everyoneI have some problems with deploying!in localhost everything is ok but when I deploying it .... nothing is showing instead of metronic loading !please help me how can I fix that
I have deployed my Metronic theme but it's not showing anything ....What to do ?
Unwanted style position: fixed; is applying to the header component when redirecting to one page to another page. More specifically if we scroll down particular page till bottom and after that clicks on another link this particular style is applied to the header align-items-stretch class. Due to thi...