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

Metronic (4943)

Hello Team,I have started building an application with Laravel theme, but I can see it is not fully built on Livewire components, its used with some form submits, but not used for full page components,Like, still layout is not in Livewire, so we must create a resource view page to load main pa...
Hello support team,I hope you are well. I'm writing to you because I'm having trouble using the Quick Search component in Metronic's Angular Demo 7 ( demo7/src/app/_metronic/layout/components/aside/tabs/projects-tab/search ).Unfortunately, despite my best efforts to implement it, I can't get...
I'm using Metronic with React typescript. I wanted to know how can I add pagination to table?
I am reaching out to address some concerns we've encountered with the Medtronic Pro theme we recently purchased. Upon reviewing the Figma design files, we've noticed that several components/widgets seem to be missing. These components/widgets are crucial for our project's development and design cons...
I want to change font family to Cairo i try change $font-family-sans-serif in "_variables.scss"$font-family-sans-serif: "Cairo", Helvetica, "sans-serif" !default;and add this link to index.html
I wonder how can i change the font size in demo1 or demo..etc in htmlI not a use vue, spring or some framworks.
Hello,When we add an anchor element with the attribute target="_blank" inside the app-search-results-inner component, clicking the link does not work:
Hi devs,I am using Starterkit Metronic Laravel 10.0, i want to implement roles and permission in my project structure in a sense that:1. user has his dashboard, and pages related to his account only2. Manager has his dashboard and view all users activities3. Support has access to some of t...
I've set the onclick event for an element to @onclick="changeTheme".The event is fired, but the following code to change the theme to dark, executes, but does not change the theme to dark as expected?@code { private void changeTheme() { KTTheme.SetModeDefault("dark...
When I downloaded, I got v8.2.2. How do I upgrade ? If I download v8.2.3 , will have any issues with license going forward ?Also, I am planning to use React+Tailwind for front-end and Django for backend. I see that you don't have react files for all the links in Demo8 for Django. In my last que...
I am new to react, and am having some issues getting this project started.I followed the quick start guide, only to run into a few issues. First it looks like I have a typescript dependency conflict. I tried to work around it by downgrading typescript with this command: npm install typescrip...
Hello I'm having issues with my metronic app, I'm trying to export it with CapacitorJS to iOS and Android but.. the new phones has some notch and right now just using the browser you want to use 100% of the nav viewport but using native apps (capacitorJs) you dont want the 100% because you have issu...
Hi my Friends,I love Metronic for learning and in this Time I prever the Laravel Framework.All works very good (Compiling) I understand, that you don´t have so muchtime to compete all the different frameworks,but please start with the basic user-management, like the versions before...
How to input currency on input box?Example: input value ‘45234.34’ I want to format value to ’45,234.34’ I have to read all document about ‘Metronic 8’ and ‘RobinHerbots Inputmask’But I can’t see and when I try with example on git of Inputmask is not working with metronic https://robinhe...
form input select is too slow when i put in modal
hello i created a timeline component and another file inside assets name _timeline.scss but when i run the code timeline component not showing any styles, so what i have to do.
How can i make the sidebar permanently collapsed and get the submenus in hover over the side bar menus in metronic 8.2.2v "react". please help i am design a dashboard for my customer.
Reproduce criteria-----------------------Even still not fixed in the latest version as well [Angular metronic_v8.2.3]Go to your preview URLhttps://preview.keenthemes.com/metronic8/angular/demo1/dashboardFrom left Side bar click on any of the Error Component and come back again on the d...
Hi guys,Could you please advise what is the best way of working with metronic template? Should I start a new react project from scratch and link metronic assets into it? Or should I better do in-place modifications in the template itself? Thanks.Best regards,Illia
Hi,do you have an example how can I use the charts with firebase data? On Metronic Angular
I am using Starterkit Metronic Laravel 10.0 and when I try to visit root (/) it automatically redirect to login page. I want to show a landing page and open login page when user click login button. How can I do this