HI team,
First of all ; thank you for the great work. Metronic is the best.
Without surprise, I need more component / librairies on Vue templates, as Tiny sliders for example.
scss is here, but no js or ts.
Can you help me adding it ?
Best regards
Hi,
I have recently purchased the HTML5 version template for our product, built with Vue 3. And I have found that the sidebar (kt_app_sidebar_mobile_toggle) and the profile popup menues are not working unless I'm on the root of the page. I'm using the Vue router and after searching a bit, I see t...
hi, KeenThemes
I purchased the metronic vue template (Extended license), but I want to use it as js, not ts.
I wonder if you are providing a js-based template source code or a conversion method.
thank you
Hi, next is great example how implementing datatable.net in vue, i think may help
https://codesandbox.io/s/datatables-option-api-example-6g3ksj?file=/package.json:240-393
here I want to ask about how to templating the 7 metronic demo with the laravel inertia vue js framework, when downloading the vue js template the file inside uses .ts
Hello, I am using HTML Metronic, and you know there are many repetitive DIV module like Footer, Header, Sidebar, So I want to decompose them. I decide to make them Vue modules. In other words, I will add Vue-template(the inner code is the same as the original code) to HTML by httpVueLoader. Everythi...
import { useI18n } from "vue-i18n";
const i18n = useI18n()
how I can use it in folder router in index.ts file to translate for example :
pageTitle: "title",
breadcrumbs: ["bread"],
I have tried a lot but to no avail
Metronic demo 8 version 8.1.7
node v18.12.0...
Hi, do you have any news about metronic support for Laravel + Inertia applications?
This topic was already asked a couple of times in this forum.
It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
Hello there devs,
I wish you guys have a specific build of the themes without jquery plugins so you can release it with vite.
The reason is I mostly use the theme with vue project and the result is:
- Webpack is slow for devs
- Vite will be future for vue
- Initialize theme "+plugins" after...
I am using your Vue.js theme, here any datatable related addition was not visible in my package.json file. As far as I understood when I examined the codes, you wrote your own datatable with vue. There is no serverside instance in the project. I wonder if you have a chance to give an example on this...
Hi,
after upgrading my app to 8.1.7 to be served from Vite, I get around 300 errors when I try to build - but no errors when I use npm run dev. Something most have changed radically, with the new build motor going from Webpack to esbuild with Vite - I understand that, but it's quite useless to n...
Metronic demo 8 version 8.1.7
node v18.14.1
npm 9.5.0
before when I used version Vite v3.2.4 no error when I running the following command npm run build
but now when I updated Vite to 3.2.5 the errors display in 3 files
Errors Files
4 src/components/modals/wizards/T...
Metronic demo 8 version 8.1.7
node v18.14.1
npm 9.5.0
Is there specific files style.css & style.rtl.css for each Metronic demo ,
if there , where I can find it .
i love Metronic theme, but the charts widgets are use apexcharts,
do you have any sample-like components---->dashboard_default-widgets---> widget*.vue are all use apex-charts.
so i just want to know do you have any sample which use Apache ECharts, that will good helpful for me. i can modify acco...
https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.36191776.1634400312.1676862361-1139528689.1670912406#/crafted/modals/forms/new-address
Wrong, this border has a shadow
https://ibb.co/5RYNT47
Right, this border has no shadow
https://ibb.co/GJZSnnS
Hi I need an editable table structure for this layout. When you click on the row, the rows should be edited directly. Do you have such a table structure?
In component demo1/src/layouts/main-layout/sidebar/SidebarLogo.vue.
On sidebar toggle element (element with id kt_app_sidebar_toggle) add attribute ref="toggleRef"
Add a new property for the component, to pass sidebar element.
props: {
sid...
hi, keen themes
Dropdown doesn't work for table Actions column.
The reason we figured out was that keenthemes.js -> reinitializeComponents did not work because createInstances was not performed for the data rows received after the fetch API.
If mock data is used without fetch API, the problem doe...