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

Tag: Metronic (1587)

Dear Support Team ,Could you please provide me with a detailed integration guide or documentation that outlines the steps required to seamlessly integrate the Metronic Angular template into my project?Your assistance in this matter would be greatly appreciated. If there are any specific prer...
I saw many pages from metronic version 8 for react which are not in the demo1 project, where i can find it?
Hi, I've followed this guide to integrate Metronic 9 with Vuejs. I'm running Vue router so, as mentioned in the guide, I'm initializing KTComponent like this:// index.tsimport KTComponent...
I need something like this data-bs-display="static"To prevent insufficient bottom screen, it will automatically move uphttps://getbootstrap.com/docs/5.2/components/dropdowns/#responsive-alignment
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:
Even though I followed the steps on the react integration page exactly, the project opens but the page does not load.I think the https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/react page is out of date.There is no error message, the page just keeps loading.
Hi !I'm trying to implement a apexchartbut need to get data from the DB.I wrote this code to get data:onBeforeMount(async () => { const cats = await GetRemovalReasons().then(({data}) => data).catch(e => []); categories.value.splice(0, categories.value.length, ...cat...
I want to validate textarea but when I use it, an error appears and I can't find the problem:plugins.bundle.js:26270 Uncaught TypeError: Cannot read properties of null (reading 'classList')the javascript:validator = FormValidation.formValidation( form, { fields...
Hello,I want to use Metronic 9 with Next.JS integration. I was able to stand up the project with the instructions in the integration section. However, there is integration for Demo1. How can I integrate for other demos? Currently, when I stand it up, the interface does not come normally for demo1....
The Metronic them demo 23, has completely crashed. Is this scheduled?https://preview.keenthemes.com/metronic8/demo23/
Hello Dear KeenThems Support,we noticed an issue with Metronic Demo5 Angular when we open it in mbile the nav menu is hided only sidebar menu is visible.Also we want to make the sidebar dependent to nav menu any guidance is appreciated
hi any update for svelte/sveltekit integration guide for v9 ? or is there any current integration that is similar to svelte ?right now what i am trying is like this.1. Copy all the tailwind.config.js into svelte tailwind.config.ts2. Copy all the required tailwind.config.js plugin to ./src/...
To start with:Local OS: Win10Node: v20.12.2npm: v10.1.0yarn: v1.22.22gulp-cli: 3.0.0gulp: v4.0.2I just downloaded the Metronic v8.2.7 Node.js Demo1, unpacked it and followed these instructions: https://preview.keenthemes.com/nodejs/metronic/docs/getting-startedI did use "npi in...
As I mentioned in a previous query, I'm working with Symfony7 and in the latest updates (since Symfony 6.3) AssetMapper is recommended over Webpack. Given the problems I'm having with Metronic 8 in Symfony 7, I've been testing with AssetMapper and in principle everything starts to work (at least app...
I want a password reset modal or form with validation that the new password must be the same as the confirm new password input fields
When I turn on the search function on the small screen, everything is normal, but when I switch to widescreen, there will be a blank pageI don't want this blank page to existKTSearch optionsshowOnFocus: falseminLength: 1layout: 'menu'keypr...
Hello, We purchased the pack and was wondering if demo 60 is available as a react templates?Best regards,Alexander Mihalkov
I'm using the angular version for metronic and all components are working fine except the select - drop-down It's style not reflecting
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...
HiHow can i use element id instead element name in form Validation of Metronic 8.2.6?
I have a specific issue with tooltip not working/showing when inside a for loop. To elaborate the problem better here are some syntax: