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

Tag: Vue (703)

I want to ask when there will be full demo version for vuejs. I want buy it.
Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS). How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.Thank you!
Hello,I went through the ThemeForest and I found that you have mentioned KTDatable refactoring in Vue 8.1.0 release, so what change did you make? I am really excited to look at that as I have implemented them on the whole project and it required lots of custom work
Hello Guys, I have purchased the latest version of "Metronic" as I am willing to build a web application with Vue.js (or HTML) and Lavarel.I used to be a developer a long time ago, and I am not familiar with new stacks like Node, npm, etc. So I am finding it difficult to install and explore th...
I can't find the SMS code verification component in the VUE project. Where can we download the authentication components as it is on the template page?Thanks!
So I have a Laravel Metronic 8 app and I'm trying to understand how the asset compiling works. There are a lot of folders and a lot of code and directories in resources/assets:- core- demo8 (chosen demo)- extendedQuestions:1. What are all these folders?2. Why are core an...
Do you have an example either by way of documentation or an example download of the laravel backend to the Vue Demo 1 theme?the app you have at https://preview.keenthemes.com/metronic8/laravel/api just looking for an example so I can learn.ThanksJim
I followed this documentation to create a fresh Laravel 9 and Vue 3 using demo 8 app: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationHowever, when running npm run dev, it only builds up until about 12%, and then it freezes. How do I resolve this?I als...
are there any spesific examples of (Metronic) datepicker for vue?
Hi,In multi-step sign up, using Vue, the error messages under the required fields appear without the user even making a mistake or trying to step forward. This behavior only happens in the wizard (multi step), and in the other forms we can control this visibility.I'm trying to adjust thi...
Hello,I need to include a modal with form inside a multi-step sequence, but the component don't allow me to do it.There is a way to include such modal inside this component?Thanks,MB
Hello,I can't change the initial checkbox state to unchecked in a Wizard multi-step form. It seems the component only accept "checked" as an initial state and I'd like to setup "unchecked".Is this a bug in the component or am I doing something wrong?Thansk,MB
I'm running some tests on Metronic Demo 5 Vue (the Q&A site), and want to configure it to use our OIDC authentication server (Keycloak) for authentication. I've removed the code that pops up the stock login page and replaced it with the Keycloak configuration code. That piece works as expected. W...
Hey,Do you plan to make visual alignements between Metronic HTML and Metronic Vue (Aside, top navigation, ... are not the same) If yes, when can I expected an update for vue version?
Hi,do have any roadmap for Vue Demo 5 or Vue basically?I'm at the begining of creating application with Metronic and switching from 8.0.38 to 8.1.1 is not a problem ... I will just start from scratch. I want dark/light theme up and running ... thanks.But my question is about the updates road...
I am using KTDataTable in 8.0.0 version and it seems to be working good.When I download the latest version 8.1.1 and set up that in my project. I am getting errors like below Module not found: Error: Can't resolve '@/components/kt-datatable/KTDataTable.vue' in '/proprint/src/components/...
Hello,The vuejs version of 'Demo 9 - Fancy Dashboardis it planned? Do you have a release date?Thanks in advance
Hi,There is a bug in the date picker. When I click on any date, the calendar menu closes. Sometimes it can select the correct date but most of the time it doesn't select the date I clicked.https://preview.keenthemes.com/metronic8/vue/demo1/#/crafted/modals/forms/new-targetI did no...
Hello,I upgraded the version with 8.1.1 The issue is in KtDataTable. I created the header array like below.const tableHeader = ref([ { columnName: "#Sr", columnLabel: "index", sortEnabled: true, columnWidth: 20, }, { colu...
What is the correct way to add dark/light mode toggle in Vue?
Hi guys, i recently bought mecatronic 8 theme implemented with Laravel+Vue. When i run npm the compiler tends to get stuck at 64% for 40-50 minutes. I dont use Gulp, but could Gulp make a better flow?
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...