Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

All Questions (6013)

hello please any help in how to implement KTImageInput metronic 8 into angular ?
Hello,The form-repeater seems to be only available in HTML demos. How to utilize it in Angular demos?Many thanksCem
Good morning :) I would like to know if it is possible to detect the user's operating system theme and automatically apply (if applicable) the metronic dark theme.I say this to avoid putting together both metronic css styles and use:@media (prefers-color-scheme: dark)
Hi Sir,I have some issues need to help1- Can Yajra working with Laravel 5.22-How can combined your theme Metronic 8 with Yajra without lose your theme style and all functionality , Because when I install Yajra in my project the many functionality is lose and not working perfectly ..!3-...
Hello, you provide a separate Vue version, and a Laravel version using ".blades" files. Do you have any tutorials on integrating the Vue template into Laravel?I see you had a tutorial in Metronic v7, but it does not work with the latest version 8.
Hello; In metronic_v6.0.6 datatables, I want to get all row Ids, but I couldn't find a way. I can read this when all rows selected. I want to do the same even if no row is selected. Thank you so far.Note: The jQuery code I use for reading selected ones; $("#m_datatable_Orders").KTDatata...
How is it possible to switch from one demo theme to another demo theme?
Can you please show an example on how I can modify the Element-plus's sass variables? I've tried so many ways. I'm using el-dialog inside my components, I can't seem to decrease the Top padding of el-dialog__body class
Hi, i have been working with good KeenThemes -https://preview.keenthemes.com/good/index.htmli would like to know about the configuration and data inserted in the graph.As i have got the following code from your widget.js but i when i add the dynamic values the blue coloured in Expected e...
This is for your information, hopefully it may be of help to others.I have followed the instructions given in your video Your First Project - Metronic 8 Admin Template https://www.youtube.com/watch?v=2uWJpnuCMKQ , using the demo21 template. When it comes to add the asset folder to the project fo...
I'm working with Metronic 8.0.35 in my React appI want to add an accordion element according to this example (just copied it):https://preview.keenthemes.com/metronic8/react/demo1-docs/docs/accordionBut it doesn't work. Seems like it static and without Javascript
I bought metronic_v8.0.37 .I use the php version.I am KoreanI want to choose and use only the designs I want.assets/css/style.bundle.cssI call the file in common, but can I use only the css value for the design I want without loading the above css file?When I load the style.bundle.css...
Hello,I wanted my app to be jquery-free, avoiding importing all these big dependencies. I followed your guidelines : https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/customization/no-jquery.htmlSo I found out by looking at dependencies docs that lots of js depende...
Hi, how can I get datepicker on Metronic - Bootstrap 5? I need to show year first then month then the day. daterangepicker does not have that option?Thank You.
PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory
When I run it: npm run devI get errors:[webpack-cli] Error: Cannot find module 'replace-in-file-webpack-plugin'How to do fix it?
HelloI am a developer who purchased Good Admin Template through the bootstrap website.this theme is really good!!!!!!!Our team is using Angular, and we want to use the purchased theme with Angular.How can I use this?I need a sample.Please help me.😂😂
Hi, I have a button that is invoking data-kt-menu. All is working well based on example except:- calling menu button has dynamic text that is updated from subscription- button params: data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" - if Apply button ((click)="submit()" data-...
Hi!I can't use class "fonticon-*" in project Vuejs demo7 of Metronic version 8.Please advice.Thanks!
Hi,I try to use the sticky component for vue, but the sticky doesn't work after a route change. It will only work on a fresh page load.Please advice.Thank you
Hi ı am new in this template and vue 3. I just created an empty vue 3 app.I downloaded metronic 8, demo 2 template. what is next ?
My DataTable service code herePublic function html(){return $this->builder()->setTableId('admin-countries-table')->columns($this->getColumns())->columns($this->getColumns())->addColumnBefore(['defaultContent' => '','data' => 'DT_RowIndex','name' => 'DT_RowIndex','title' =>...