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

Metronic (4944)

I have a problem in Livewire 2 when the modal close the page is disabled, document.addEventListener('livewire:load', function () { Livewire.on('success', function () { $('#kt_modal_add_user').modal('hide'); window.LaravelDataTables['users-table']...
I recently bought Metronic dashboard on Envato Market, I was extremely impressed by its demo. When I bought, downloaded, and followed the install & set up docs for Django, but when I completed I only got the single dashboard page and sidebar list with no response to those pages. How can I get all ot...
I want to confirm with the administrator before proceeding to the payment step.
Is there a way to put a page or their children (div) in fullscreen? I am looking for this functionality to expand application´s charts or pages.Best regards.
Hi,I have a page created with metronic_html_v8.1.9_demo25 and when te page loads I get a error in the console as per log below:plugins.bundle.js:71 Uncaught TypeError: Cannot read properties of null (reading 'classList') at plugins.bundle.js:71:58611 at Array.forEach ()...
Hello folks.I've download from Themeforest the Metronic v8, then choosed Demo 50 to start my development. Buy after download, the html files is with a lot of errors and assets is not good. I need only to recompile?Thanks.
I've downloaded the package twice and gone through the quick start instructions but I can not get past this error:> keenthemes@1.0.0 build> webpack>> Building npm_version bundle...>> Failed to compile npm_version bundle!resolve '@shopify/draggable/lib/draggable.bundle.js' in 'C:\User...
Hello,can i hide sidebar on specific menu or with compenent without toggle button on metronic vue?im using metronic 8.i want to hide sidebar when onMounted from component.Thank you
Hi,I have used this code to set dark theme in HTML theme.var defaultThemeMode = "dark";document.documentElement.setAttribute("data-bs-theme", defaultThemeMode); But when I reload the page, it first loads in Light and then it goes in dark. It doesn't make sense if it...
Is there an example somewhere of handling dynamic images in vue? I could swear that one of the demo pages had it but I can't find it.
Hi there,in the Metronic Theme in the Preview under User Management --> Roles --> Roles List I can find the view, but unfortunately in the Code I cannot find any corresponding components.Is there something missing or I am overlooking something?Thanks in advance,Atdhe
Do you guys have a widget somewhere with -Dropdown menu with multiple select option?
Hello, this link is broke, please help:https://preview.keenthemes.com/metronic8/vue/docs/getting-started/build/gulp
Hello,Is there any plugins that support multilingual? I want to use it in HTML template. Or I can find it for bootstrap?Any advise is welcome.Thank you!
I try to use django-allauth.It works but i want to overwrite defaults templates.So, under _templates. I created account/login.html.the path is ok for django-allauth but i have this erro :TemplateSyntaxError at /accounts/login/Invalid template name in 'extends' tag: ''. Got thi...
I don't want to use the Vue3 version.Instead I want to simply create a vue3 project form scratch and just import the theme...I tried several ways, but could get it to work.What would be the basic setup to simply have the metronic theme on an newly and clean vue3 project.Than...
HI, KeenThemes TeamWhen the Metronic Theme release a new version, I want to see the changes and compare between old and new version by using Git or GitHub for updating my application, but currently I could not find the way to comparing them because you put the zip files in GitHub instead of sour...
Why the On Click is Not working if the App is inactive for sometimes and also the button click once clicked it the state stays in click ui
Hi,I load page-specific javascript files as follows.protected override async Task OnAfterRenderAsync(bool firstRender){ if (firstRender) { await js.InvokeAsyn...
I know that Metronic doesnt have inbuilt calendar theme in React. How to use the theme from HTML on React code?Currently my code looks like this.const CalendarPage = () => { // Define your docket details or fetch them from an API return (
Hello!Demo39 is missing images....See it https://preview.keenthemes.com/metronic8/demo39/index.html?mode=light&_ga=2.211303762.611255082.1695749116-432125429.1695749104attElieser
hi there,is there any way to make splash screen as loadin/progress screen while getting response from api?