Metronic v8 has dark theme, but is missing 2 major features, redux and react-bootstrap-table-next.if you're not implementing these 2 major feature, can you at least add dark theme to previous Metronic v7?
The new version of metronic doesn't have redux and react-boot-strap-table-next.Which is a big feature in every website, the new version is light and the design is great, but is missing a lot of features that existed in the previous version metronic v7So can you implement these 2 features
Hi,this code is not work from metronic, any one can guide us for solve this problem.I have light and dark theme files and mentioned in angular.json file as below:"styles": [ "src/styles.scss", { "input": "src/styles/themes/light.theme.scss", "bundleName": "lig...
I am currently working on a project where I am attempting to integrate the styles of the main Metronics site. While navigating through the codebase, I noticed that it uses TypeScript and the Context API. Unfortunately, my TypeScript knowledge is still in the learning phase ( i thought i will be able...
I am currently working on a project where I am attempting to integrate the styles of the main Metronics site. While navigating through the codebase, I noticed that it uses TypeScript and the Context API. Unfortunately, my TypeScript knowledge is still in the learning phase ( i thought i will be able...
Hello. We downloaded Metronic HTML and we want to prepare it with NextJS. Is there a documentation to do this? We imported js and css files while breaking it down. However, we get such an error.TypeError: Cannot read properties of undefined (reading 'init')The error starts directly...
Hello Team,I am trying to implement a search and results should be shown as a dropdown, which component or code should I use to get the correct results? I am using Laravel with code below but I see search results on the right side of the pane, how do I get as a dropdown?```
In gulp.config.js the following lines need to be fixed:src: "../src/{theme}/{demo}",common_src: "../src/{theme}/{demo}",The placeholder {demo} has to be removed to get the build working. Otherwise only the plugin assets will be generated.It should be:src: "../src/{theme}/",common...
Hi,I would like to know if you have any Angular components for the following editors that you support in the HTML version:QuillTinyMCECKEditorThank you!
Trying to install asp.net CORENPM ver: 10.2.4YARN ver: 1.22.21I have removed "type": "module", from package.jsonI have added "resolutions": { "gulp-dart-sass/sass": "1.70.0" }, to package.json and deleted node_modules folder and lock files.Now when I run npm run build --demo1I...
hi,i am using metronic react demo 1 theme, and i want to change the background color of sidebar nav, and i also want to change sidebar nav icons please guide me to change it, thank you.
I extracted the demo1 project and when i tried to npm install or npm install --legacy-peer-deps i had errors regarding Conflicting peer dependency: @angular/common@16.2.12npm ERR! node_modules/@angular/commonnpm ERR! peer @angular/common@"^14.0.0 || ^15.0.0 || ^16.0.0" from @sweetalert2/ngx-sw...
hii i am working on react project and i want to use metronic to make ui more representable, i have downloaded metronic8 now can you guide me how can i use metronic to make ui more attractive
Hello,I wanted to ask how to make maps width changing during hiding of sidebar? Al other divs or components changing their width when i open and hide sidebar, but maps do not do that.
Hi,I downloaded the latest release metronic_laravel_v8.2.3 which is used "laravel/sanctum": "^3.3". I want to use laravel/passport and want to remove laravel/sanctum.I tried with this command: composer remove laravel/sanctum. After executing this command try to run "npm run dev" and then ge...
Hi, I'm using Metronic dashboard + php and I'm having a problem with the dropzone. I've copy+paste the code of 'demo1/apps/file-manager/files.html' and I modied '/assets/js/custom/apps/file-manager/list.js' to set 'url' param but it doesn't work. It doesn't even appear to make the post in the debug....
HiI recently purchased and downloaded a Metronic theme from Enovato, with the expectation that it would match the demo version showcased on your site. However, upon installation and execution of the theme, I noticed significant differences between the downloaded product and the demo display.T...
Hello,When I set the data-kt-menu-trigger attribute to click in the search dropdown component, the menu is hidden automatically when clicking on the inner input control.I think that the