Hello,They were just purchased. Learning.How do I install the 9.1.1 properly? I want to check out all the samples using React Tailwind and Laravel.I can easily set up tailwind and React projects, but I need help figuring out how to incorporate this.Is there a simple guide?Thank you...
Good morning everyone :)I’m experiencing an issue when installing Metronic 8.2.9 on Laravel. Besides the various errors that appear during authentication, all JS validations seem to be duplicated:The value is not a valid email addressThe value is not a valid email address...
I am trying to import tailwind base colors like (teal color) into my tailwind html template. But when i build the css it is always missing those colors. Here is my tailwind.config.js configuration```jsconst defaultTheme = require('tailwindcss/defaultTheme');const defaultColors = requi...
We work with Angular and Boostrap in our projects. Congratulations for your great work on Metronic 9. Is there any roadmap / plan to migrate Metronic 8 Angular Boostrap to the new Metronic 9 with this beautiful redesigned UI?
Hello,I have installed & set up metrolic 9 in laravel as per this documentation, https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel.However, it seem to be some issues with the UI.Could you please help me? Am I missing some css or components here?
I checked and try to implement https://laravel.com/docs/11.x/passport#sumption-your-api-with-javascript this part in my application, I use "Metronic 8 demo1" with vue. The problem is that laravel_token cookie exists, I checked, but it is not included in the request headers. Can you help me fix it an...
Error is "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?Followed all steps : Laravel 9 (with Vite) and Vue 3 integration [For Metronic v8.1.6+]so after that I am getting error : getActivePinia()....Note that I...
Hi, I have implemented a wizard using steppers in Metronic 8 HTML. I have 3 steps and I would like to validate that some of those fields are not empty (required) and seeing an error if that validation fails when submitting the form. Where should I put that validation and how? adding required to the...
Can I upgrade the Datatables of my project to the latest version as I need to Implement more Sofisticated Filtering Options: https://datatables.net/extensions/searchbuilder/
Hi, I would like to add additional font sizes, font weights and colors to theme.How exactly can i do that?I was trying adding new definitions to tailwind.config.js and building css, but new values are not picked up, or at least they are not added to the compiled st...
Hello Team,I recently downloaded the latest Metronic Tailwind CSS on 29th Nov 2024, I used the HTML version and encountered an issue that requires your immediate attention. Upon implementing a modal for the first time, I discovered that the footer was unstyled. Upon inspecting th...
Metronic version 9, doesn't work.When i follow this steps. https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/reactThe console give me this eror.SyntaxError: The requested module '/src/theme/core/components/dropdown/types.ts' does not provide an export n...
I am using Metronic 9 on a company project. I am looking to customize the project. Right now I want to understand the login logout logic and I can't seem to find some components are.I am not looking specifically for how to find the login logout logic but I need some resources to understand metro...
I have a problem, I have already tried to publish the code generated by yarn build, I have already placed the site on firebase hosting and also on vercel, and neither of them loads the site. Only locally is it working using yarn dev.I also followed the VITE step by step to deploy, but it still i...
While I try to import the tiny-slider, got this following issue:Error: ../node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - error TS2300: Duplicate identifier 'preventScrollOnTouch'.When I unistall the tiny slider from module, I still cannot run and the tiny slider doesn't shows up also. R...
Hi! I'm using Metronic 9 and I have a modal with a button inside it to open another modal, but when I click this button the first modal is dismissed.Is there any way for me to cancel this behavior and allow stacked modals to exist?
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.