Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Cart 119,849 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12208 comments found.

Hi, is there any possibility to put picture slider in landing page in the future?

Thanks.

Yes, main hero slider.

Hi :),

Noted, thanks for the clarification. We will consider it.

Regards, Sean

Thank you,

It will make the landing page perfect. I think.

Hi :),

Wonder how to get started with Metronic in a real project ? Check out a new video “Your first project with Metronic” from the Metronic’s core team: https://youtu.be/2uWJpnuCMKQ

Please subscribe to our channel for more videos: https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

hi keen.. how to use format decimal at KTDatatable options

Hi,

Please use type: ‘number’, in the column option.

columns: [
{
     field: 'field',
     type: 'number',
}
<pre>

Thanks</pre>

Hi When the Coming Soon Finish ? and Do you have plan for react typescript template to Add?

Hi,

We have Demo 1 and Demo 2 React version with typescript and you can check it here: https://keenthemes.com/metronic/

Regards, Sean

Hi, Would ask about datatable on react, is it available now?

Hi :),

Thanks for your interest in Metronic. We are working it and we will release a custom CRUD solution soon.

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean


In-house made unique Plugins

Hey :),

We have been working on some amazing stuff and shortly we will be releasing:

1. HTML Demo 12:
– Unique Concept.
– Landing Page.
– Right Sidebar.
– Sidebar Menu.
– Main Menu.
– Tabbed Dashboard.
– Dark Mode Support.
– New Video Tutorials.

2. HTML Version:
– Bootstrap 5.1.3 Update.
– FormValidation v1.9.0 Update.
– SweetAlert Plugin.
– Bootstrap Form Controls.
– Bootstrap Input Group.
– Advanced Form Controls.
– Bootstrap Toasts.
– Documentation Improvements.

3. Laravel Demo 9
– Full Itegration.
– Dark Mode.
– Layout builder.
– Configurable Menu .
– Complete Authentication.
– Sign-in Page.
– Sign-up Page.
– Password Recovery Pages.
– User Profile Pages.
– Account Pages.

4. Vue – Subscriptions App
– Getting Started.
– Subscriptions list.
– Add subscription.
– View subscription.

5. Vue Version
– Alerts Component.
– Rating Component.
– Ribbon Component.
– Documentation Improvments

Next Up:
– Demo 14 HTML.
– Demo 15 HTML.
– Demo 16 HTML.
– Demo 17 HTML.
– Demo 18 HTML.
– Demo 3 Vue.
– Demo 3 React.
– Demo 2 Angular.
– Demo 3 Angular.
– Demo 11 Laravel.
– Demo 12 Laravel.
– React CRUD Solution.
– Angular CRUD Solution.

Stay tuned for endless updates to empower your projects.

All updates are free, always!

Regards, Sean

In your previous file, your input types were listed very nicely. I don’t understand why you’re doing such a ridiculous archiving now. For example, I’m looking for an input type like search select but I can’t find it?

Hello, I wrote to your support, but no feedback was given on the subject.

Hi :),

Thanks for your patience.

No worries, our support staff will check your case and reply you shortly.

Regards, Sean

hi, vue version is that available for javascript?

Hi :),

Thanks for your interest in Metronic. Our Vue version is based o Vue 3 with Typescript. Typescript is not becoming defacto choice for all popular SPA frameworks.

If you need any further clarifications please do let us know.

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

I finally have a working version of this working on Blazor webassembly. Feel like sharing this as an open source solution for the community that love metronic just without the javascript or css files (just the HTML as part of the C# components). Are you ok with that?

Hi :),

Thanks for your interest in Metronic! Appreciate for contacting us with the respect.

Could you please contact our support via support@keenthemes.com and we will forward your message to a decision maker.

Regards, Sean

Found issues with some recent items I’m very interested to use: HTML version documentation>

Button Hovers – work on your live preview demo but don’t work in downloaded version. I’ve tried from demo8 as well as demo1.

Bootstrap Maxlength – on both your live preview and downloaded version – the maxlength ALWAYS shows on input field focus and stays until lost focus regardless of threshold or other settings. Only colors and text act as settings tell them to.

Would appreciate any way you could address these. Otherwise loving the features and working with Metronic.

Hi :), ​ Thanks for your interest in Metronic. ​ - As we double check the Button hover effects works fine in the download version as well. Could you please double check it ? ​ - The Bootstrap maxlength works ​the same as the original plugin demos: https://mimo84.github.io/bootstrap-maxlength ​ ​Shortly we are releasing a new update Metronic v8.0.28. ​ For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Regards, Sean

hi, did you delete google map support from metronic 8? I can’t find location picker with metronic 8

Hi :),

Thanks for your interest in Metronic.

Google Maps examples are not included due to license and API usage limitations in demos. You can have look at open source map examples here https://preview.keenthemes.com/metronic8/demo1/modals/search/select-location.html

For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Regards, Sean

Hi I bought this template but the laravel did not come with the .env.example. It does not work for me, do you have any variable that is not in current version of laravel?

Hi :),

The .env.example file is included and you can use it. You can also get it from: https://github.com/KeenthemesHub/Metronic/blob/master/laravel/.env.example

More info: https://keenthemes.com/metronic/?page=github

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

hello I have a question, I am using Metronic React demo 01, in the dashboard code I can see that they have created a modal window using the library component import {Modal} from ‘react-bootstrap-v5’

but when I go to the documentation I see that they use custom modal with only html, so which one should I use to create my own functionality?

note: from the documentation -> modal does not have how to close the modal

I appreciate your prompt response

Hi,

Thank you for contacting our support.

The first option with import {Modal} from ‘react-bootstrap-v5’ is react bootstrap 5 modals the second is a plane ​HTML bootstrap 5, you can use both these options.

Check react-bootstrap examples in the official doc:
https://react-bootstrap.github.io/components/modal/
and plane HTML bootstrap doc:
https://getbootstrap.com/docs/5.0/components/modal

Regards,
Lauris

Hi, should I build a template before using it or it’s fine to copy one of demo then rename it and start working on it ? Thanks

Hi :),

Thanks for your interest in Metronic.

In your purchased package you will have all demos and you can select one and use it for your project.

For more info about using Metronic please check the theme documentation https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html and video tutorials https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/video-tutorials.html

Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes

Regards, Sean

Hi, if we one to add our own react component in a new tab, by adding new icon in the side panel to access that new tab, can we do that? If yes, can you point me to the documentation?

Hi,

Sorry for the late reply.

You can refer to our Metronic 8 doc: https://preview.keenthemes.com/metronic8/demo1/documentation/base/tabs.html

Regards,
Lauris

If anyone is thinking of upgrading version 7 to 8, just don’t do it! Everyting harder and doesn’t work like written in docs.

https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.html

Hi,

To get the Metronic v7 version you will need to register for Metronic Github repository following the below instructions: https://keenthemes.com/metronic/?page=github

Upon successful registration you can get access to the Metronic Github repo https://github.com/KeenthemesHub/Metronic and switch to Metronic 7 branch and download it or clone:

If you need any further clarifications please let us know.

Regards, Faizal

Hi,

In case if you still could not download the Metronic v7.x please contact our support via support@keenthemes.com and provide your github username and we will grant you access to the github repo where you can download v7.x. We can also provide you a direct link to Metronic v7.x zip in case if you don’t use github.

Regards, Sean

Hi,

We have received your review that shows you are not happy with the item. We are sorry for that and in case if you are not satisfied with Metronic and do not want to use it you ca request refund using the below form: https://themeforest.net/refund_requests/new 100% refund is guaranteed.

Regards, Sean

When using the laravel version, all jquery plugins stop working when implementing laravel livewire. kindly update

Hi :),

Thanks for your interest in Metronic.

Can you please try to call “KTApp.init();” on livewire load event to initialize the core 3rd-party plugins once the HTML is fully loaded ?

You should call the in-house components initialization method as well:

KTMenu.createInstances();
KTDrawer.createInstances();
KTSticky.createInstances();
For more info please check the in-house components documentation https://preview.keenthemes.com/metronic8/demo1/documentation/general/menu.html

Regards, Sean

Hi keenthemes,

Can you please supply an Ajax server tagify version of this example, please ; https://preview.keenthemes.com/metronic8/demo1/documentation/forms/tagify.html#users

The whole project is on hold because of this feature, it is used in every page modal.

please.

thank you keenthemes.

Hi,

Is this https://github.com/yairEO/tagify#ajax-whitelist what you are looking for ?

Regards, Sean

Yes, exactlly,

I would love to see this implemented in the next Metronic8 as real example. like you did with tagify user list.but remotely.

thank you.

Hi,

Noted, we will consider implementing it in a future update.

Thank you!

Regards, Sean

hi can i get metronic7 bootstrap 4..thank you

thanks sean,, very helpful

Hi keenthemes.. why ktdatatable not working.. alway get message No KTDatatable element exist.

Hi,

Could you show the screenshot of your ktdatatable init?

You can check more examples of ktdatatale in this folder. theme/html/demo1/src/js/pages/crud/ktdatatable/base/data-ajax.js

Thanks

Hello. Can you kindly update the Laravel 8 documentation for latest version ? The paths specified in documentation are not found on distribution package. Instructions are not clear… Thank you.

Hi,

Thank you for your feedback. We will check and fix it as soon as possible.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey