New Product!SaaSify - Animated Landing Page Template built with Next.js, Tailwind, Shadcn UI, ReUI & MagicUI Components
Preview SaaSify

Tag: Tailwind 4 (297)

I am building nextjs application with Metronic 9 Tailwind CSS, and used the nextjs seed project from github: metronic-tailwind-next. I used Accordion which only works if you refresh your page, and if you navigate to other nextjs page and come back on the page, then Accordion stop working. I...
How to migrate from jquery ajax to metronic tailwind?var $trx_data_panel = $("#trx_data_panel");var $modal = $('#modal_body'); jQuery(document).ready(function() {var start = moment().startOf('year'); var end = moment().endOf('month');...
i bought this dashboard template https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469#my projest is angular project, Using Metronic 9 tailwind . i also did the installation toturial https://keenthemes.com/metronic/tailwind/docs/getting-started/installationbut...
Hi,I followed instructions but i am unable to perform this step.Using typescript initialization with Vue-routerTo use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.// index.tsimport KTCom...
Hi team,I got this error when running the app after integrating the Metronic v9 into my Angular project.This is the stack trace:```window is not defined at eval (~/Workspace/myproject/src/metronic/core/index.ts:106:1) at async instantiateModule (file:///~/Workspace/myproject/node_...
Que tal he comprado Metronic Tailwind y me encantaría tener la versión de Angular ya que se manejar mas ahí, cuanto tiempo mas tendré que esperar para tenerlo?
Hi, I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:document.addEventListener("livewire:navigated", () => { KTComponents.init()...
Hi,I hope this message finds you well.We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:- npm...
Here are two hotfixes for the recent Datatable issue:1. Persist Search Input Value After Page RefreshIn the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.Add the following lines after the searchElement declaration:const searchElement: HTM...
I've tried many times follow the instruction in the Documentation - Integration guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/angularBut all the time I cannot run angular-tailwind, because when I run ng serve, I've got many warnings like this:Appl...
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
Hi, I am using Metronic Tailwind Css Version 9.1.2 in my NextJs application.Problem:Auto-initialize of data table is not working using data-datatable="true" attribute in NextJs, although the workaround i found is to use next/dynamic and manually initialize using const dataTable = new KTDat...
Hello,I would like to know when the other react demos for version 9 will be available, currently there is only demo1 available.Thank you
Hi there,First of all thank you for amazing work on the theme. I'm one of the happy customers.I have successfully installed the bootstrap version under the rails Framework and it's working.Recently you released the Tailwind version 9.x on the HTML version.The question is, Do you have any tim...
HelloHow can I use Metronic Tailwind, on Laravel Inertia Js
Hello, i recived this mail "Metronic 9 Tailwind React Arrived - Enterprise ready React App with 20+ generic React components, 10 unique demos, 100+ fully designed pages, 1000+ UI elements.", and i want to make a new React + Vite project. Could you give me the step by step process to initialize a...
When will the in-depth online documentation that covers all aspects of the Metronic 9 Tailwind React version be released?
Hi,Is there any update planned for Metronic 9? The last update was two months ago, and initially, Keenthemes mentioned that this was just the beginning, with only 5% of the planned features released. Additionally, Metronic Nest seems inactive.Looking forward to your response.
I am building nextjs application with Metronic 9 Tailwind version v9.1.2, and used the nextjs seed project from github: metronic-tailwind-next, but 'npm run build' throwing following error. whereas it was fine in the Metronic 9 tailwind v9.0.6. This started happening after migrating to the v9.1....
Hi! Metronic version: 9.1.2.I ended up having to subscribe to Tailwind's own component package (www.tailwindui.com/components) because the template doesn't have many components yet, and I was surprised that for some reason many of their own classes don't work in your template (which is Tailwind)...
I am upgrading the theme from 9.1 to 9.2, but I am experiencing several problems with KTDatatable.- In demo1 the tables use different classes than KTUI. Example kt-card-footer -> kt-datatable-toolbar, flex... -> kt-datatable-length etc..- How come the columns are always sortable even if I se...
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...