Please help, I am following all installation instruction from the docs and getting stuck when running npm build. i am using node version 20.15.0 (LTS) and npm version 10.7.0.
Screenshot:
https://gcdnb.pbrd.co/images/XRm8UAgz2rD2.png
Metronic 9 Tailwind
I am using metronic 9 tailwind html in my asp.net 8 mvc app. The theme is configured inside _layout. the side bar, header and footer works normally but everything inside the @RenderBody() is being displayed as a plain text, even though the content-type received in the browser is html. Am i missing...
Goodmorning.
I've got some errors during the installation process. I've downloaded the latest version of metronic from themeforest. I want to start the installation but I can't find the folder metronic-tailwind-html. I try to use the folder metronic-tailwind-html-starter-kit during the installatio...
I’m using Metronic v9.2.2 (React + TypeScript + Vite) and encountered a dependency conflict when installing with npm:
react-helmet-async@2.0.5 requires React 16/17/18, but the project defaults to React 19.
Using yarn install worked temporarily, but I’m concerned about long-term stability.
Que...
I saw that you have a full react implementation but still without a detail documentation.
May I know how to add/remove menu?
Also, how to remove top bar menu?
Hi, i have purchased the metronic yesterday, and integrating it with the nextjs using the starter template : metronic-tailwind-next from github.
Although it works fine when running it using npm run dev. but when i try to run the npm run build then its producing followin...
Hey Metronic Community!
We're thrilled to announce the Beta Testing phase for our upcoming Metronic Tailwind CSS-based HTML & JavaScript Toolkit! This is your chance to get an exclusive first look at the latest evolution of Metronic and help shape its future.
What's New?
Our new tool...
hey first time posting here so this is my first time using metronic react 9.2.3 and i want to remove the default supabase auth... ive followed all the steps here:
https://docs.keenthemes.com/metronic-react/guides/custom-auth
to disable the supabase auth but after doing this i see more referenc...
I am trying to apply filter on the remote datatable with KTDatatable.
It is metronic 9.x
I do not see any documentation where I could pass all filter criteria with the apiEndpoint URL.
I have referred the documentation located at https://keenthemes.com/metronic/tailwind/docs/components/data...
Hello!
Do you have any suggestion/examples on how to connect FormValidation with the examples in Metronic9?
Metronic8 use FormValidation.io, but Metronic9 dont mention anything about it.
It doesn't need to be FormValidation plugin itself, but ant other that can be added to Metronic9 Forms....
I just purchased license, can i use version 9 without using nodejs or anytype of javascript that should be run on the server. I just want to edit html files and serve them from django.
Has anyone here worked extensively with Keenthemes products and found a good way to navigate their documentation more efficiently? I’m using several of their templates across Bootstrap and React, but sometimes the component structure feels a bit scattered and I’m not sure if I’m missing a simpler wo...
After doing multiple validations, it seems that dark: attribute is being ignored. So if i use
i will always get text-primary in light and dark mode.
what i want is to define two colors that will work in light and dark mode. Thus:
I am using Metronic, Tailwind, and Laravel. As explained in the documentation, I copied the assets folder to the public directory. However, the KTSelect functionality inside KTDrawer is not working. I need to re-initialize it, but I couldn't find how to do it.
I am attempting to use Metronic (9.x) with Blazor, and have started a project based on the official sample found here: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/638f04486f737a6c5b86edf51666b8eb72469fb8/metronic-tailwind-blazor-server
Although I have to point out, this...
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?
I tried the npm run build but I get the following errors:
$ npm run build
> metronic-react-tailwind@0.0.0 build
> tsc -b && vite build
src/theme/core/helpers/util...
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'm going through the installation guide for Metronic 9 Tailwind: https://keenthemes.com/metronic/tailwind/docs/getting-started/installation and just want to use the HTML version.
Do I need to do points 6 to 8 with the HTML version, as it looks like the files are already in there?
I’m upgrading to Metronic 9.x (Tailwind CSS) and trying to initialize a KTSelect on my `` element, but I get:
```
Uncaught TypeError: KTSelect.getOrCreateInstance is not a function
```
**Example markup:**
```html
I am seeing an issue on classic login
if you press enter on the password the password becomes visibile, it seems that the eye button gets focused when pressing enter which makes the password visible while its submitting,
I reproed this locally and it can be reproed in your demo site
https:/...