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 (5159)

Hi,Metronic's by default includes all its available resources within the gulp config so the bundle size of the compiled CSS/JS files. To reduce the file size of the CSS/JS bundle files follow the below steps: Open theme/tools/gulp.config.js and refer to base->global->src
I just installed a fresh copy of the starter kit for Metronic Laravel (v8.3.2)Attempt to read property "profile_photo_url" on nulldetailed error message is there https://flareapp.io/share/pPvjZEbPAny help?
Hello Metronic team,I’ve noticed that in the dashboard layout, there is a large amount of unused horizontal space between the sidebar and the right edge of the screen (see screenshots attached with yellow arrows).It seems that this space comes from a common Container component that limits th...
Hello,I am using tailwind demo 10 for my laravel project, I'm using latest v9 build I would like to know how can I change the color of the borders and increase its opacity, also can you show me the available configuration for data table columns for remote data source, from Ktui docs I can only s...
hello in my metronic-tailwind-html-demos/dist/assets/ directory i dont have /styles/app.cssi folow the guide in the section #Integrate Core -> step 1thanks for the helping
Dear team,I have a problem with KTSelect now when I initialize after calling Ajax and add select into drawer then dropdown of Select does not appear in correct position as shown in image.How can I adjust it so that option of select shows in correct positionBest Regard,Hoang Le
Hello,Do you have any documentation to integrate Symfony and React template of Metronic?thank you
hello,Data table remote source, how do I use search option using vanilla js? I checked ktui documentation but you don't have a sample for it, I'm using latest metronic build v9+
I have a working angular project with metronic 9.21. I now want (need) the bugfixes from 9.3.1. I tried using the files from metronic-tailwind-html-demos/dist/assets and overwriting my local files with these.Now I get many syntax warnings from the styles.css:Expected identifier but found "&"...
The selected value is not show, the select is empty, this is my code:
I just downloaded my latest version of metronic. I am new to laravel.I downloaded laravel herd. When setting up a new project i just selected "laravel" not a starter kit.Going through the docs, do I follow from top to bottom on the laravel install section? Or since I already setup via herd d...
Is it possible to use the version 9 with vue ? I haven't found any reference on zip files I have downloaded.Kind Regards,Fabio Drago
The component make the call to the server but the results are not displayed under the search input text.This is my html code:
I’ve updated Metronic to version 9.3.0 and KTUI to version 1.0.23.There are still the following issues:1. KTSelect Component When using Remote KTSelect, the selected value is not returned —
Goodmorning. I've got some errors during the installation process. I've downloaded the latest version of metronic from themeforest. I want to start the installation but I can't find the folder metronic-tailwind-html. I try to use the folder metronic-tailwind-html-starter-kit during the installatio...
Hi Sir/Madam.I've purchased Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template on Envato.Love it and thanks for including the Figma file in the bundle. That's is for a personal project.I am also working on a project using ASP.NET ZERO whic...
Hi,Is there a link to how I would install and configure the Metronic Dashboard with a fresh Blazor WASM project in Visual Studio 2022 (or any version)?I have searched previous articles, but the links are either broken (but only Server Side) or the replies are 3 years old.ThanksSteve
Hello,I use metronic_angular_v8.3.1_demo7I have tried to customize the colors of my theme( like _variables.custom.scss file) , but the changes are not reflecting no matter what I do. I am not sure what the problem is..Could you please guide me with detailed steps on how to properly modif...
I'm trying to publish the Figma file as a library so my team can use it in a project where we are using Metronic as the template. However, when I click Publish in the file, I get the following error:"Publishing failed: Please reload the page to publish."I followed the instructions provided,...
When I tried to send an invitation to my GitHub collaborator for accessing Metronic 7, I received the error 'Username not found.' After further investigation, I found that the username was indeed incorrect.
I bought metronic template from envato market and I want to download version 7 . I can only download metronic 8. Can you help me, how can i download metronic 7 ?
I'm using KTDatatable for reference "https://ktui.io/docs/datatable#basic-usage".But, I don't know how to refresh data in KTDatatable by local information.Can I refresh KTDatatable with JSON or dynamic rendered local HTML?