Metronic (1700)
HTML (1491)
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 (189)
Webpack (155)
Design (130)
Django (125)
SASS (118)
License (106)
Gulp (89)
RTL (88)
Figma (81)
Next.js (71)
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)
Hello!
Where can I find documentation, if it exists, to mount a metronic template in an existing blazor application created with visual studio?
I'm working in Visual Studio 2019 Community edition.
My steps have been:
1. Download the demo5
2. Copy assets folder into wwwroot
3. Splitting the t...
I'm going to use Metronic theme(v8.0.37) first time in my React project.
I've gone through many docs/videos, but I'm not getting how to use it or how to start with it in my React project.
So can anyone please help me/guide me?
Thank you.
Is there a way that I can delay the drawer opening by a second or so until it loads the body fully? I am using an embed in my drawer and sometimes the javascript to insert the src in the body of the drawer is delayed and causes a whitescreen drawer. Wanting to add this into the scripts.bundle.js of...
Hi,
I've been using Metronic v8 for a little bit now but some Bootstrap 5 components have no dark mode styles.
For example the list groups: https://getbootstrap.com/docs/5.0/components/list-group/
Is there any plans to s...
Specifically talking on add-product.html page, where there is Drop files here or click to upload. card it works fine it uses /ecommerce/catalog/save-product.js but if I use same card on another page with same Js. nothing happens. I changed name or created new js file still nothing
How to draw this chart? Got any documentation?
URL: https://preview.keenthemes.com/metronic8/demo1/dashboards/social.html
When I apply an inline css code to an svg as stated in the documentation it gets overridden.
for example :
theme()->getSvgIcon("demo1/media/icons/duotune/finance/fin010.svg", "svg-icon-success svg-icon-2 svg-icon-success"),
That gets called but overwritten by the the...
Is it possible to add my Metronic Dashboard to a wordpress site?
Hello, Do you have a chance to add a mobile footer menu in the next update?
I have a large datatable. I have read through documentation and tutorials on how to fetch data from ajax request. The thing is i don't want to fetch the data unless the users clicks on the page. So i want to invoke a method when user clicks on page. Can we customise onclick method on pages? Also wit...
I can't use dark theme for HTML - Demo 1.
Webpack, gulp, npm or other one? Which?
Can u help me?
https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/dark-mode.html
I want to apply js functions of the metronic html version files in a react proyect. It works, but only works when component is rendered at first time. Nexts times y have to reload the page until it works..
Js files are not working in my react proyect, just works when i reload page or i lauch project first time, then i navigate and js stop working
How would I move the search function to the right side of the header without causing everything to move to the left side?
I am studying the code in Metronic 8. I see a number of references to KTUTIL.(something) -
is there documentation anywhere to study what your custom class does?
can't find page on my purchased theme . why ?
can't find page on my purchased theme . why ?
https://preview.keenthemes.com/metronic8/demo11/dashboards/ecommerce.html
https://preview.keenthemes.com/metronic8/demo7/dashboards/logistics.html
https://preview.keenthemes.com/metronic8/demo7/dashboar...
The item menus disappear when we use a certain resolution (I have attached the capture - email send to 'support@devs.keenthemes.com'). How can we solve this problem?
Hi Team,
I am trying to setup webpack for my HTML (demo8), when I try to run gulp localhost, it throws SyntaxError: Cannot use import statement outside a module .
tester@DESKTOP-AMFSOCN:~/bb/metronic/base/frontend/tools$ npm run build --demo8
> metronic@8.0.38 b...
Hi,
The Metronic HTML Quick Search feature is initialized in core/html/src/js/layout/search.js script and it can be integrated with
a server-side AJAX request by replacing the demo process function with an actual search process function:
// Private functions
va...
Greetings,
There seems to be a bug in the implementation of vis-timeline that is exclusive to Metronic. It seems to be related to the CSS, but I can't pinpoint where exactly the problem is.
In default Vis Timeline, the text label of an item that is of the 'range' type (those with a 'start' and...
How do I reinitialize form validation after loading modal body from ajax? Example: AddTarget modal.