Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Tag: Tailwind 4 (281)

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...
Today, I purchased a license for Metronic 9 React. However, it is not fully completed yet. I thought it was finished, and this made me a bit disappointed. Could you provide information on when the theme is expected to be completed?Additionally, could you give a release date for the Next.js versi...
Hey there. As per the documentation, I was trying to prepare a new project with the new update (v9.2.0).I tried following the next steps:Import KTUI and Metronic ScriptsEdit angular.json and add the following to the scripts array (under the build options for your proje...
Hello,I've switched to Metronic 9 and I'm having a problem with the modals.I'm using a single modal, called by several buttons on the same page. Each button must send an reference to the modal (data-reference=“12” for example).With Bootstrap, it's possible to do this:$('#myModal').o...
Hey,I just came across your Metronic React + Tailwind product. I have to say that you'll have done a phenomenal job and I am looking to buy it. I had a few queries in that regard:1. When does the next version of the Tailwind template release? I see many modules are showing 'Coming Soon'.2. I...
I’m facing an issue with the webpage layout when integrating RainbowKit into my project. Specifically, the layout of the page becomes distorted or unresponsive after I include RainbowKit's components. This issue occurs in various browsers and seems to affect both the main content and the navigation...
Dear Metronic Support Team,I am facing an issue while deploying my Metronic-React-based project on Vercel and would greatly appreciate your assistance. I have also changed base url path, but the issue persists.Issue Description:I am currently trying to deploy my React-based project (built...
As Metronic versions come out, is there an easy way to upgrade and is the transition seamless?
Hi, I have used Metronic 8 Vue and HTML templates before and I was really pleased with them. I heard Metronic 9 Tailwind is out. But there is something I don't understand; Isn't the Metronic 9 Tailwind template included with the vue.js version? Is there only an HTML version? Kind regards...
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...
Hi, I have tried using Metronic 9. It works very well and meets my preferences. I successfully used it through Composer with HTML. However, when I switched to Nuxt.js (Vue) following the implementation instructions shown to me, I found some of your guidance to be inaccurate, and I encountered errors...
Hello thereI followed the instructions on the following linkhttps://keenthemes.com/metronic/tailwind/docs/getting-started/integration/reactGetting Started React IntegrationI specifically tried the download method, I copied the file, ran npm install, ran dev navigated to the site and am get...
I downloaded the metronic 9 package after purchasing and implemented a theme toggle button in the demo site as referenced in this documentation https://keenthemes.com/metronic/tailwind/docs/components/theme . The button would disappear and upon investigation the css provided seems to lack the rule...
Hello,I see that some Tailwind components are coming out "soon", how long are your development pipelines, and is there any public roadmap?Thank you,
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.
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
Hello,Could I ask a silly question? sorry.How do I know what files have changed?I read the changelog, however, it doesn't show which files have changed.Thank you.Mario
I try to initiate FormValidation but get error `FormValidation is not defined`I already load core.bundle.jsIs something I missed
Sidebar is not working as expected on Laravel with tailwind template. Template version is 9.0.4
I am using Remote data source for KTDataTable.I would like to show number of records above the table. The API return totalCount but I do not see any option to retrieve that from dataTable object.I have tried in the fetched event but dataTable object is not showing total count value. Please a...