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...
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....
HiI'd like to deactivate the secondary aside and instead put menu titles next to the icons in the primary aside in the Seven Pro theme.I'm having trouble understanding how to make the primary aside wider to accomodate the menu titles next to it.Please can you help me understand how I wou...
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?
In this filecomponents/page-layouts/Auth.vue Line 62change REMOVE_BODY_CLASSNAME to REMOVE_BODY_ATTRIBUTE it is wrong line you need to remove the attrs not the class
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
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 know that the components and pages of Demo 1 in the HTML version are fully available in React. I don't see some items in React version. I want to buy it. But I can't know it is I want.
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 =)
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.