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

Hi, are you planning on adding landing page in Angular any time soon?
HI,I check Your Metronic demos for Laravel is from demo1 to demo9 , can I using html demo16 with Laravel and how ?Regards,
8.1.1 had an option in the layout builder to stretch the component width full screen instead of fixed width. How can I accomplish the same with 8.1.2?
Im having trouble with vue version of metronic 8, I need to activate a menu link dynamically into the code, I was trying to do so with Menucomponent.ts but I can't find into the public api some method to activate the menu item.Please can you help me, can you il...
Unable to download the metronic flask package. Download fails after30-40 MB with a network error.
Hi, I build a Metronic 8 VueJS & Laravel by myself from HTML. And create components as I use. So in a component I've build, I need to use the "Dialer" component, which is written in vanilla JS. In Vue JS, When I want to save a form, I have to get all the value from v-model. But inside this form, I c...
Am trying to do a post api call in a component but getting this errorType '{ first_name: string; last_name: string; email: string; role: string; }' has no properties in common with type 'AxiosRequestConfig'is this a bad way of doing it? But if I do it through the store its ok, should i b...
Hi there,even though i am using the same code , form repeater is not workinghttps://preview.keenthemes.com/html/metronic/docs/forms/formrepeater/basiccan you guys pls provide the solution for this?
Hello,With Metronic 8.12,In navbar, it seems Theme Mode rollover doesn't run with Django.A border appears around icon. Anyone has the same probleme ?thanks
We are a devt team and want to build a new solution so we decided to try the loading time of the data tables of the newest version. For this we decided to do some tests as follows:We used core PHP to echo out a table containing 500,000 records with 6 attributes.#1. When we use plain tables w...
Hi SeanStruggling how to apply this: https://preview.keenthemes.com/html/metronic/docs/general/searchContext / Background:I have previously used jquery-ui autocomplete and custom built ajax to pull results based on server-sql queries, using LIKE function.BUT it's unclear if there is an...
I need to use CAROUSEL in the home, it includes the SCSS of the same but it is generating an error with the variable "height";Include SCSS _variable.scss but still error;Please I need guidance;Thanks
Hello,How I can use offcanvas-mobile in Metronic, please?
In documentation there's empty page where swagger documention should behttps://preview.keenthemes.com/metronic8/react/docs/docs/backend
Getting error when trying to run the demohttps://prnt.sc/4m14Mc2MqTF_https://prnt.sc/W57MZncVFgB5$ php artisan migrate:fresh --seedPHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in E:\Projects\LARAVEL_PROJECTS\metronic_laravel\vendor\nunomaduro\termwind...
DEMO2How to disable LOGIN request.Is there any variable that I can signal to not go to the login screen and access the main screen?Thanks
Hi KeenThemes Supports,There are few methods described in Metronic 8.1.2 Documentation, But I could not find those anywhere in Blazor Server app.e.g.addVendors(string[] vendors)addVendor(string vendor)addJavascriptFile(string file)addCssFile(string file)getVendors(stri...
Hi I am trying to import the figma file, and the files never stop to import, file is too big? i can't use
Hello,Since the latest update (8.1.2) the fonts, header and background is looking strange on demo2. It is the same on the preview site: https://preview.keenthemes.com/metronic8/react/demo2I would also like to use const {mode} = useThemeMode() hook on the AuthLayout to change the background b...
Hi thereI don't see the tslint file in the Angular downloaded version (latest, demo3). Could you give me that file to start linting the code for my project with your template?Thank you.
Hi team , Metronic build is not working when I am trying to serve is from my local .it is showing a blank screen and Metronic logo Loading ...used following command as per instruction : serve -s build -l 5000