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

Tag: Vue (704)

hello, is there any way I can convert the Metronic CSS file with the SCSS module?My goal is so that class names can be hashed in my project.Thank You
Hi, friend! We are very happy to use Metronic! It is wonderful!I am using my application in VueJs and metronic8/vue/demo1 Please help me with this:1- The fixed header option does not work with "Light sidebar" layout: https://i.imgur.com/r9UHB6n.png I need to use header fixed on desktop and m...
Hello Team,I'm currently trying my best to get metronic 9 running with the techstack in title.I stumpled upon some things that I want to share with you:- You have a lot of wrongly formatted imports / exports - my IDE will directly tell me that nearly every typescript component file has at...
I made a purchase and have a license / purchase code.I've checked the Google Drive and other resources but cannot find Metronic Tailwind Demo 9 layout to use for my Tailwind project.Only demo1.js layout is provided in the folder /metronic-v9.0.6/metronic...
Thanks for your help, from mobile phones I open my website and it looks fine, but I leave that tab open in the cell phone browser, the next day I go to the same tab and these display errors appear frequently:1- My website is displayed blank and I cannot reload the window from the cell phone brow...
I've recently implemented Metronic in my Vue app. I've setup demo1 and I can see it has some interesting functions in demo1.js, like _isSidebarCollapse()What would be the best way to access these throughout my app?
HelloHow can I use Metronic Tailwind, on Laravel Inertia Js
Hi,I see the aside menu has 2 themes, dark and light, but it's not applied:/** * Set the aside theme * @returns {string} */export const asideTheme = computed(() => { return useConfigStore().getLayoutConfig("aside.theme");});How and where can I use this?
First of all thank you for the theme. The question arises that how to implement the demos from this page: https://keenthemes.com/metronic/tailwind/docs/ ?There's React and HTML but not Vue. Does that really mean one needs to fully convert everything from the downloaded dist/ folder for speci...
Hello, I'm developing application using Metronic Vue 8.2.5 version I can run the application just fine using Node 20.11but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either. Is there any specific requirements that must be meet...
How can I open/close a drawer via a method call? I'd like to be able to generate drawers and open/close them using a method that would be called after various actions.At present, it seems that the drawer can only be opened via a button that has a src=“ID” which is equal to the drawer ID.
Hello. I am using VueJs Demo 1, I want to use this support and tutorials section that you have in html: https://preview.keenthemes.com/metronic8/demo1/apps/support-center/tutorials/list.html1- Do you have this section available in a version for Vue JS? I only found it in html version.2- Can...
I want to make a dashboard like Demo8 Metronik and I work with vue and tailwind, but bootstrap is used in this demo package, but I don't want bootstrap and I want the whole project to be with tailwind. How should I do? In the documents, it was written to download the tailwind and html package, but I...
I need to identify the device from which the user visits us, so I was wondering if Metronic has something already established that allows me to identify if the user is using the application from a computer or from a mobile phone?Thanks for the help, I'll stay tuned.
Whne I make a new page, I want to be able to change the left and right padding on the margins. How can I do this? I found this snippet ('container-xxl': !contentWidthFluid,) and realized it alters the padding, but I would like to implement customizable margins besides having margins or not,thanks
I'm using metronic 9, but since I've started several updates have been released.What is the best way to update metronic 9 to the latest version?
Hi Teams,I noticed that when layout is set as light-sidebar the configuration header: { display: true, default: { container: "fluid", fixed: { desktop: true, mobile: true, }, menu: { display: true, iconType: "keen...
Hi,The I have followed the vuejs instruction in detail but get so many errors.Example per the instruction the location of these files are wrong//////////////////////////////////////////////////////// Main style@import "./assets/css/styles.css";// Keenicons@import "./assets/stat...
Hi guys,Any instructions available on how to set up Metronic 9 for this stack ?I have a fresh Laravel/Jetstream/Inertia/Vue install (installed from Herd) but have the most difficulties to deploy Metronic 9 on it.Any help would be appreciate.Thank you