Hi,
I'm looking for how to integration to Laravel. Can you tell me when an update of the theme with Laravel support will be released?
Can I integrate this version for Laravel by reviewing the 2nd version's documentation?
Hi.
I need to disable sidebar (menu) for one of my pages. I set data-kt-app-sidebar-enabled parameter to false and deleted all the other parameters related to sidebar on body tag.
Also I deleted the div with id kt_app_sidebar and the mobile side...
In component demo1/src/_metronic/layout/components/sidebar/SidebarLogo.tsx.
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.
type P...
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...
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
would it be possible to create a demo of blazor webassembly please?
I would really like to use metronic in my apps, but since everything tends to be in webassembly, we are having difficulty getting start!
tanks
Hi ,
I have followed instruction https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpack, but my "npm run localhost" got a message:
webpack output is served from /
Content not from webpack is served from /Users/jessie/Documents/code/html/demo1/dist
When I check the we...
Hi, I am trying to apply the same background used in the content section, but I can't find the name of the variable. Tried with bg-light, and it works on light mode, but in dark mode is not the same, attached an image as a reference:
Thanks in adva...
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...
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...
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 .
Hello,
I have found a very weird issue in the navigation of angular versions of metronic 8.
Try to follow the following procedure.
1. Please visit this link. Click here
2. Click on Pages > Profile > Projects in...
Good Day everybody,
I am currently using Metronic 8 for Blazor. I started with the "Starterkit" and after some research I changed the "Startkit" Namespace to "MyProject" with a Global Search and replace.
When I try to start up the project now, I get some weird errors. Anybody able to help me o...
Hello,
I am working in the angular version of metronic 8 and have downloaded latest version as well.
When I ran the npm outdated, it shows following packages needs to be updated.
Hence, Should I update it or not? will it break anything in the dashboard or not?
I was trying...