Metronic (1702)
HTML (1492)
Laravel (946)
Bootstrap 5 (901)
React (894)
Vue (717)
Angular (704)
PHP (520)
Tailwind 4 (405)
Datatables (283)
Blazor (236)
Asp.Net Core (191)
Bootstrap (190)
Webpack (155)
Design (134)
Django (126)
SASS (119)
License (106)
Gulp (90)
RTL (88)
Figma (83)
Next.js (73)
Next.js (39)
Rails (36)
Node.js (26)
Flask (21)
KeenIcons (19)
Spring (18)
DatePicker (12)
FullCalendar (9)
Icons (6)
Express.js (5)
NestJS (3)
Font Awesome (2)
Next.js (0)
Nextjs (0)
Can you please show an example on how I can modify the Element-plus's sass variables? I've tried so many ways. I'm using el-dialog inside my components, I can't seem to decrease the Top padding of el-dialog__body class
Hello, you provide a separate Vue version, and a Laravel version using ".blades" files.
Do you have any tutorials on integrating the Vue template into Laravel?
I see you had a tutorial in Metronic v7, but it does not work with the latest version 8.
Hi we were curious when you might have typescript support for your core components?
Hi,
what is the purpose of executing before each router call verify action?
Metronic is expecting back user object with token.
So my backend should check if user from authorization header exists then pass user with new token back?
Regardsa
run npm serve command, prettier too many warnings;
1:11 warning Delete `␍` prettier/prettier
2:20 warning Delete `␍` prettier/prettier
3:31 warning Delete `␍` prettier/prettier
4:22 warning Delete `␍` prettier/prettier
5:27 warning Delete `␍` prettier/prettier...
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
import firebase from "firebase/app";
import { defineComponent, ref, onMounted } from "vue";
interface ICustomer {
id: number;
name: string;
email: string;
}
const customers: Array = [
{
id: Math.floor(Math.random() * 99999) + 1,
name: "Emma Smith",
email...
Hi,
Thank you for the awesome theme. I am using a vue theme. I checked we can add different language wise labels. But it’s only for the Side and Topbar Menu.
What I have to do if I want to show page breadcrumb language-wise also? Is it possible?
Also, I checked in all other pages button text a...
Hello,
I have already purchased your theme.
I want to develop it in laravel and vue js.
The problem i am facing right now that is couple of js file showing error after compile by webpack like plugins.bundle.js and script.bundle.js.
Can you give me any advise please?
I am using KTdatatables for my list page in vue. Now I am fetching the data from API and showing it into the table. Now I want to show pagination for my table. Also, I read the documentation for that and try to write the below code but still, it doesn't show me the pagination. By default, my API ret...
I am using kt data tables and el pagination. Now the issue is when I change the items per page dropdown of el-pagination my api returns the correct data.
But my kt data table is not being updated.
Pagination code
Im using the html version from Metronic 8 theme but the sidebar its not working when changing between views from the SPA vuejs app, how can I make it work in my vuejs project? I didn't used the Metronic Vue version beacuase I saw its using vue 3 and typescript, I'm using vuejs 2 without typescript.....
Hey folks,
When I submitted the form, can't really reset the modal.
Could you please give the right way to dispose the modal after hide it?
Thanks in advance!
M.
I actually don't know how to combine both technologies can u help me about the documentation pls
I set up the theme in my system and it works like a charm. The issue is it appends the # in my URL. I tried to check about that didn't get any success.
Is there anything I need to change?
My URL: http://localhost:8080/#/dashboard
When I removed hash from the URL it redi...
Hello author, i am trying to implement datatables in laravel + vue combo. Can you please help me out ? only KTDatatable is available in metronic 8 vue version and even in that there is not a single ajax KTDatatable example….How do i do that ? For sample there is only “resources/ts/src/store/modules/...
Hello author, i am trying to impletemet vue in metronic 8 : demo1
So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integration
As for now i can only use view com...
I have been unable to get Boostrap Tooltips or Popovers to work in my project. I then checked the Demo 1 application and it seems like it's broken over there as well.
For example it's working on the HTML template:
Visit https://preview.keenthemes.com/metronic8/demo1/widgets/mixed.html and scro...
Hi There
I have downloaded version 8.0.38 and run a yarn install and yarn serve under vue demo1.
I get the default site but no index on left side and no authentication either.
I then tried changing app.vue to dark mode with following change
// Main demo style scss
//@import "assets/sass/plu...
Hi i need add momentjs format hh.mm.ss in kdatable cell can please help me code.
i need convert created_at with momentjs but i dont know how add in v-slot cell moment()
{{ data.created_at }}
thanks!
Vue Version: 3.2.27 (KeenThemes: 8, latest version)
Element Plus Version: 2.1.7
TypeScript: Latest version
import { genFileId } from 'element-plus';
import type { UploadInstance, UploadProps, UploadRawFile } from 'element-plus';
I gives me an error: Module '"element-plus"' has no exported m...