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

All Questions (5979)

Hey Metronic Community!We're thrilled to announce the Beta Testing phase for our upcoming Metronic 9 Tailwind React + Base UI version!This is your chance to get an exclusive first look at the latest evolution of the Metronic 9 React Toolkit and help shape its future.
I have an old project that was built using the Metronic Theme for its frontend and Laravel PHP for the backend. Unfortunately, we lost the complete source code for the frontend, but we still have the .vue files.We need to rebuild the frontend using these .vue files.
We are thrilled to release a year of hard work for Metronic 9 with Tailwind CSS! As Tailwind CSS becomes the de facto UI framework for modern sites, Metronic 9 aligns with this trend right on time. What's New:Complete Figma Files: Every single page, component,...
When you purchase Metronic, the premier admin dashboard template from ThemeForest, comprehending the licensing terms is crucial to ensure your usage complies with legal requirements. This guide aims to demystify these terms, highlighting the differences be...
Dear Community,Metronic Evolution is on the way! Redesigned UI, dark mode, MUI Version with Next.js, Vite, Typescript, and a rich component library, plus Tailwind Version with Webpack support and versatile components.Complete Redesign. Revolutionary redesign with new UI, dar...
Does anyone know how to use another version of the layout (demo9)? Only demo1 is available in the zip.Thanks
hello can someone tell me how to install the template into my laravel project?i just bought the template and some features are not working
When I am running localhost it was good, when I am building to dev using this command "npm run build" I got the dist folder.Once I deployed it then my domain is not loading. Local host is working fine, when I am deploying the dist folder inside content everything into NGNIX server it was not l...
I just bought the template. I implemented it to my Laravel project, but I see the left sidebar is overlay and cannot be closed.https://imgur.com/a/z43AJGl
HelloI'm starting a new project on Laravel + Vue.js + Metronic (Tailwind)In the project I will need many components like form elements, toast, treeview and others. These components are not yet in Metronic.Please recommend a component library for Vue.js that will be easy to integrate into...
We have just purchased the latest version of Metronic in order to have the most up-to-date and secure versions of libraries and components.We noticed that version v.8.2.9 (latest), which is the one that includes HTML, is still using Toastr version 2.1.4. This version has an active XSS vulnerabil...
hello i want to ask for your help, how to use your dataTables if in laravel?for example i have copied the table for id kt_customers_table, but when in laravel it doesn't work properly like in the demo apps
Hello,I purchased Metronic and has set the React+Vite TypeScript version up for frontend, using ASP.NET Core for backend. While looking through frontend codes, I found out that Metronics use Laravel APIs for authentication. I want to utilize this API to use the authorization tokens. However, whi...
Hi,We have recently purchased Keenthemes and using CRM theme, but the filter panel is getting closed even before selecting or applying any filters in the panel. Even in the demo site the issue is there. Could you help?https://preview.keenthemes.com/metronic8/demo60/index.html
I want table data into the left side of columns, so initially its showing correct but when i am reordering the table data, the numeric data is go from left to right sideThis is my code: ngOnInit(): void { this.datatableConfig = { serverSide: true, ajax: (dataTablesParameters...
I used Metronic 8 as a template inside Laravel 12, but when I compile scss file using Vite custom Metronic css variables not compiling, for example in dev tools it says: --bs-primary-inverse is not set, all custom variables are not set. also I used text-white as class but it won't work (--bs-text-w...
I came across a stepper component in this React template:https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontalI’d like to use the same stepper in my project, which is built using Metronic 9 with Tailwind and React. Since this is my first time working with Metron...
I have metronic-v9.1.2, and I want to generate react demo 3 from the code I have, but it has only demo 1. So, how can I generate it from HTML?
I can't find what I'm looking for. Is the documentation insufficient or am I looking in the wrong place?
Hi everyone,I'm using the Metronic theme (bootsrap) with KTDataTable in a .NET 8 Core project. I have successfully implemented server-side pagination, but I'm having trouble passing custom parameters (e.g., idCompany and idWallet) to the backend.I've tried to use the mapRequest configuration...