How to implement your metronic to the vite app? There a lot of depedencies which create problems to me to use vite instead of webpack. Is it possible to use vite?
Metronic custom style is not working. I have added @import "./assets/sass/core/vendors/plugins/toastr";but CSS is not working. When I used @import "/node_modules/ngx-toastr/toastr.css";It was working fine with the default toastr design. I also tried@import "./assets/sass/core/ven...
Hi, I'm implementing a wizard where I need to validate if exist an object in my database before go to the next step, but it doesn't work properlyThis is my code:const existClient = function () { return { validate: function (input) { const value = input.value;...
Hi, Just want to suggest, that if you are working on the Nuxt version of the Tailwind UI kit, it would be awesome if you built it using the layers feature in Nuxt, defining the theme as a base layer that a Nuxt application can then extend. It it really an awesome way to encapsulate the code, and...
Could you provide a lightweight Laravel starter kit with Vite as part of the release with Tailwind?It only needs to have the login / register routes, the header and the sidebar. Nothing more. Also no demo JavaScript. That would make a lot of things easier. The starter kit contains far too much t...
Hello there,I'm trying to follow up with the documentation to install the theme in a new laravel project and I have couple of questions if I may ask.1st, I tried to install a new laravel project using laravel herd then I tried to follow the documentation from this link:https://keenthemes.c...
Add the first level menu to the third level menu in the sidebar, and the position of the third level menu from right start will run to the left of the second level menu instead of the right.Test version: vue_v8.2.7_demo8Aside.vue
How can i use Demo 8 or demo 3 from Metronic 9 into laravel project. I have followed the guide for Laravel project setup but it give me demo 1, i want to use demo 3 or demo 8 tailwind metronic v9 into laravel project.
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...
https://preview.keenthemes.com/html/metronic/docs/general/datatables/api#form-inputshere in this example, text in the first column (name) vertically is not aligned with text in other columns such as age, position. Any way to fix it?
I've purchased Metronic, but, when I try to download https://devs.keenthemes.com/metronic/blazor/demo1/download with my Item Purchase Code, I receive the error "NoSuchKey".
Helo,I have followed the steps for Static HTML Files Generation in the Metronic Composer documentation, but I am not seeing any changes in my HTML files. What could be the issue? How can I ensure the HTML files are properly generated and updated?Here is my command:metronic-composer %...
I downloaded this template, using with VUE3.Is OAuth login implemented there?If not -> how do I do it correctly?If yes -> please share more details how it is implemented.Thanks in advance.
Hi there!I can't install the project ...I initialized my Vue project in a client folder, in order to eventually use a server folder to put an Express.js.In this client folder, I put the theme in the src folder.But I'm having trouble understanding the documentation for initializing the...
Im using the datatable from the template angular of metronic v8, how can i capture the event of the user clicking on table column name?this is how i generate the table: generateTable() { this.datatableConfig = { serverSide: true, processing: true, autoWidth: tru...
hi,i am using metronic react demo 1 theme, when i am changing the theme mode to dark or light the sidebar color is every time black, i want sidebar color to white when thememode is light, and dark the sidebar color if mode is dark, and one more thing when user first time login then the default mod...
HI,Background:I am using Remote data source for DataTable in Metronic 9 html + Nextjs, it provides requestHeaders option, which i am using to pass Authorization header with Bearer access token in it to make the server side call pass through the auth. Problem:In regular app when api call...