Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Metronic (4032)

hi, can i use html theme files inside react themes, if yes then please provide me procesure to add files inside react metronic themes, please explain in detailes with examples.
i want to create a new component and whant to create a css file and want to import it, please suggest me where and how to import css files, and what is best way to import css, and if i want to use .scss files then how can i import it please explain in details with exampels. thank you.
Can anyone guide me to capture requests at this index so I can do the filter function, for example, filtering from date to date for UserManagementController in Laravel ?class UserManagementController extends Controller{ /** * Display a listing of the resource. */ public f...
Hello team, I have noticed in these past few days the UI on your Medtronic angular demo site is breaking, the navigation bar is being blended with the background while scrolling, and the models of Filter, Create, and Edit are not showing. Can you help us out with this?here is the screenshot: htt...
Do you have a version of React written in js?
Hello,When trying to build assets i get the following error. I can not seem to get passed it. Does anyone have an idea what this might be and how to solve this?~/Metronic/_keenthemes/tools$ gulp --demo31Using gulp config file: "../../gulp.config.js"[23:33:56] Using gulpfile ~/Metron...
Hello,I am trying to use a combination of fixed columns and complex headers as seen in the link below:https://datatables.net/extensions/fixedcolumns/examples/initialisation/complex-header.htmlHowever, when I try to adapt the table and associated javascript with this, it does not work (us...
Kindly Check your Documentation there is issue on React Select Component. The thing whatever is typing is not visible to the user. it might be the width issues on that kindly check once
Hi there, I want to create 3 bar graphs on one page that all display different data but when I reuse the same graph and change the ID and create separate JS files for them, one keeps disappearing. Im using the Js file found in "src/js/widgets/charts/widget-15.js" and created 3 different Js f...
Hi there! I'm currently using HTML as the foundation for my Laravel application, where I've implemented components to streamline my code. I've encountered an issue when trying to use fewer than 7 headers, resulting in an error. I'm looking for a solution to dynamically adjust the headers based on my...
Hello Team,I have started building an application with Laravel theme, but I can see it is not fully built on Livewire components, its used with some form submits, but not used for full page components,Like, still layout is not in Livewire, so we must create a resource view page to load main pa...
Hello support team,I hope you are well. I'm writing to you because I'm having trouble using the Quick Search component in Metronic's Angular Demo 7 ( demo7/src/app/_metronic/layout/components/aside/tabs/projects-tab/search ).Unfortunately, despite my best efforts to implement it, I can't get...
I'm using Metronic with React typescript. I wanted to know how can I add pagination to table?
I am reaching out to address some concerns we've encountered with the Medtronic Pro theme we recently purchased. Upon reviewing the Figma design files, we've noticed that several components/widgets seem to be missing. These components/widgets are crucial for our project's development and design cons...
I want to change font family to Cairo i try change $font-family-sans-serif in "_variables.scss"$font-family-sans-serif: "Cairo", Helvetica, "sans-serif" !default;and add this link to index.html
I wonder how can i change the font size in demo1 or demo..etc in htmlI not a use vue, spring or some framworks.
Hello,When we add an anchor element with the attribute target="_blank" inside the app-search-results-inner component, clicking the link does not work:
Hi devs,I am using Starterkit Metronic Laravel 10.0, i want to implement roles and permission in my project structure in a sense that:1. user has his dashboard, and pages related to his account only2. Manager has his dashboard and view all users activities3. Support has access to some of t...
I've set the onclick event for an element to @onclick="changeTheme".The event is fired, but the following code to change the theme to dark, executes, but does not change the theme to dark as expected?@code { private void changeTheme() { KTTheme.SetModeDefault("dark...
When I downloaded, I got v8.2.2. How do I upgrade ? If I download v8.2.3 , will have any issues with license going forward ?Also, I am planning to use React+Tailwind for front-end and Django for backend. I see that you don't have react files for all the links in Demo8 for Django. In my last que...
I am new to react, and am having some issues getting this project started.I followed the quick start guide, only to run into a few issues. First it looks like I have a typescript dependency conflict. I tried to work around it by downgrading typescript with this command: npm install typescrip...