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

Metronic (4929)

https://ibb.co/Wn2GTswI am using metronic_html_v8.2.7_demo1. I tried to read documentation for apexcharthttps://preview.keenthemes.com/html/metronic/docs/charts/apexcharts. When I copy code html and js. I receive that error, It is fresh, I haven't deleted anything or modified.
Hi I want to make a table that will have all available icons. The case study is to allow users to select icons from a drop-down combo box. How can I build an Icons table by adding them one by one? Thank you
Hi,On my page, HTML textarea elements are configured to be transformed into CKEditor instances using the following code:const textareaElements = document.querySelectorAll('[data-ckeditor="true"]'); textareaElements.forEach(el => { ClassicEditor.create(el);});I want to...
Do you have sample here for file gallery for PDF, JPEG, JPG, PNG, GIF, TIFF, Word, Excel, Powerpoint File,
Why Metronic 9 HTML Tailwind live demo1 is different from downloaded demo1 in scaling?
Howdy overseas!I am currently using Metronic 8 in my Laravel Project but i would like to upgrade to the newer and cleaner version 9. As far is a know livewire is required to use livewire:navigated instead of DOMContentLoaded. I've tried every suggested solution availble online for this topic bas...
TypeError: Promise constructor cannot be invoked without 'new' Message= Source= StackTrace: at new e (https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62:34584) at Function.all () at https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62...
Hello,My company product using Metronic package but I'm not sure the version.After I implement content security policy and remove "unsafe-inline", i got this error:Refused to execute inline event handler because it violates the content security policy directive.The error focus on this...
Hi there,I purchase a metronic theme and my client want a french version of it to decide of component to use according to his wants. The client persist that it have to be multilingual. Can you give me tips to translate the 119 pages in another languages?Best regards,Bodge
Hi Sean and teamI've just recently attempted to get an update version of Metronic to check if it had addressed some of the bugs I came across (and posted as questions).In previous versions, JS and CSS were full versions, not minimized.Is that a new change for the package you are now prov...
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.
I have created a new HTML page in a desired location, when I copy over the code from the theme page i would like to use as a base I get 404 errors and the page is all broken. Please explain what it is I am doing wrong.Thanks,
Can I upgrade the Datatables of my project to the latest version as I need to Implement more Sofisticated Filtering Options: https://datatables.net/extensions/searchbuilder/
Hello,I’m currently using Metronic version 8.2.27. I would like to use the kt_modal_create_project modal, but I’m unsure how to proceed. It seems like I need to use the create_project in the src folder, but I’m not sure which basic HTML template I should provide for content.ejs.When I try co...
Hi,not sure if such config exist, but before building, is there a way to change the demo used to generate the razor files? or they have to be manually modified based on the HTML files?
I am going to Categories....Metronic and then clicking on "Vue" tag.This brings up the same results no matter which page you click on.
Hi there,I am using Symfony 7 which come with Turbo & Stimulus.Every time I change page, the menu / dropdowns stop working.I tried looking online for similar issue / solution, and the closest I got is few threads about Ruby using Turbo.In most cases, they say the solution is to use K...
Hi Team,Metronic on every page change is sending verify request to the backend.// verify auth token before each page change authStore.verifyAuth(); // before page access check if page requires authentication if (to.meta.middleware == "auth") { if (authStore.isAuthenticated) {...
When I run...npm installI get the below message...npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and power...
Dear Support,I purchased a copy of Metronic but have trouble getting your Blazor integration guide to work. I'm following the instructions here:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverI followed thru steps 1 to 4 (4 being - npm install & npm ru...
Hello!We running an Angular 18 application using the Metronic theme and love it (we're running Metronic 8.2). However, we recently ran the project through SAST scan and it returned a number of vulnerabilities tied to https://cwe.mitre.org/data/definitions/79.html.Basically, it's complaining...