New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Metronic (5065)

I have integrated the Vue demo customer listing page in my development and when I integrate the Action menu (data-kt-menu) it doesn't work for me in the datatable but I put the same code outside the table it works can you please help me to fix this issue.Code:
Hi Team!We are on an older version of Metronic (v5) and are wondering if we can get the Figma File that is typically included with versions of Metronic. It seems that the Figma File is included with newer versions of Metronic given support answers we've seen in the forum here; however, we can't...
how to remove jquery completely from HTML, I saw docs here, that it mentioned we have to look and remove ourself, does anyone have `package.json` with only those plugins that are not dependent to jquery
Hi Guys I am installing the theme from demo19 from my Metronic 8 purchase.But I am hitting a snag, Error Uncaught ReferenceError: KTUtil is not definedhttps://madshot.net/3d42aa84924d.png I removed unnecessary HTML from the screenshot above to show naked code and show that I've included...
Hello,Any estimate when Metronic Demo 7 React version will be available?
but every time shows this error Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault'Require stack:- F:\metronic_v7.1.0\theme\html\tools\node_modules\webpack-merge-and-include-globally\index.node6-compatible.js- F:\metronic_v7.1.0\theme\html\tools\webpack.config.j...
In Metronic theme in forms if we hit tab then it behaves strangely, e.g in Sign In page I entered email and then I hit tab then the focus goes to the forgot password link and not on the text of password, this happens in almost all the forms that I have integrated, so can you please provide a solutio...
when I use the 'permission' or 'role' tag in config/menu-aside .. sidebar doesn't recognize it, using metronic 7.2.8.Does anyone knows why?
I was not able to integrate the HTML tooltip that was provided in the theme and I did not find any tooltip in the Vue doc so I implemented element plus tooltip but sometimes randomly it behaves strangely Does Vue demo have a tooltip? so I can integrate thatissue: https://rxteam376-my.sharepoint....
Is there any way in vue demo that we can set the action button on the breadcrumb section right side dynamically based on the page same as the breadcrumbs?
We have metronic licensed valid kneen theme downloaded and we are see live metronic theme new one look so new updates to coming at our license theme please suggest me why coming like this
How to configure Tailwind CSS for front-end uses without the Tailwind, Bootstrap, and Metronic's CSS and JS files interfering with one another in the Laravel app?
Trying to get a sub-menu to automatically apply overflow-y for whenever the list of elements in it is longer than the current view. I have tried simply adding overflow-y with a max-height as style attributes, but that does not work
Laravel 9 + Metronic 8 + Demo 1This is how i configure custom js fileconfig/global/pages.php 'testurl' => [ 'title' => 'Test Page Tile', 'assets' => [ 'custom' => [ 'css' => [ 'plugins/custom/flatpi...
HI,I've followed instructions as referenced here:https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.htmland noted the previous support posts here:https://devs.keenthemes.com/question/confusing-documentation-on-blazor-integrationhttps://d...
I want to buy the React Version but coded in JavaScript, not TypeScript Is it possible?
Hello dev,I would like to ask if there is a way to implement theme switch from dark to light , vice versa without reloading the page. Kindly guide me.I currently use the html version of the metronic8 template (while we wait for the developers of the product to port the already built demos...
Is there any clear instructions on how to "install" and setup Metronic theme in ASP.NET app, how to covert .scss files to css, how to bundle all that and etc?I will appriciate all help =)
> @ dev /www/wwwroot/demo1/vue_laravel> npm run development> @ development /www/wwwroot/demo1/vue_laravel> mixsh: mix: command not foundnpm ERR! code ELIFECYCLEnpm ERR! syscall spawnnpm ERR! file shnpm ERR! errno ENOENTnpm ERR! @ development: `mix`npm ERR! spawn ENOE...
When I execute command "yarn run serve".some problemsD:\metronic8\src\views\crafted\widgets\Tables.vue1:1 error Parsing error: Unexpected token
If the user is already logged-in then how can I redirect user to "dashboard" if he tries to visit the "sign-in" page?In current scenario:If the user is logged-in, still able to visit "sign-in" page and type login credentials.