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

Tag: Metronic (1597)

Hello, I try to setup starterkit for Blazor Metronic 8.2.6, and I am facing an issue in that. 1. I am unable to find the switch to change the theme from light mode to dark mode.2. I am trying to include external JS, CSS files that are also not working. I am trying to add syncfusion c...
Hi, if I buy a Metronic template, will I always get the latest template updates? Until when will I continue to get the latest updates?
Hey Metronic Community,Our team is currently on the lookout for a developer proficient in software development using Metronic to collaborate on exciting customization projects for our clients. Who We're Looking For:The ideal candidate should have experie...
I am trying to use Metronic datatable however i am getting my data inside response['data']['data']. How do i set my table's data to this key and also i am getting nextPage, lastPage links from backend only through the api. Need to set those too.i am using kt datatable if i get data in response['da...
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
Hi,On my page, HTML textarea elements are configured to be transformed into CKEditor instances using the following code:const textareaElements = document.querySelectorAll('[data-ckeditor="true"]'); textareaElements.forEach(el => { ClassicEditor.create(el);});I want to...
Does it support keyboard up and down selection of resultsSimilar to GitHub's search function, press the keyboard up or down to select search results
HiI'm using Metronic 9 on a Laravel 11 project through Herd. Update to node 22.12.0 introduced this errorfile:///Users/xxx/Desktop/xxx/Echo/tailwind.config.js:1const defaultTheme = require('tailwindcss/defaultTheme'); ^ReferenceError: require is not defined...
i use metronic theme for laravel by deafult the user module is present i use that but i have a issue while edit modal is called it opens fine but when i try to update anything the other inputs gets nulled below is the example here i only edited name that's coming others null in console{ "...
Good afternoon, I couldn't find the base angular project in Metronic 9, where is it?I saw that in Metronic 8 there is the base project for Angular.
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...
Hi,I just want to alert user when user input some data in input field, for examplehttps://preview.keenthemes.com/metronic8/demo35/apps/ecommerce/catalog/edit-category.htmlin input field Category name. So I added simple script at the bottom of the page, like this,
I want table data into the left side of columns, so initially its showing correct but when i am reordering the table data, the numeric data is go from left to right sideThis is my code: ngOnInit(): void { this.datatableConfig = { serverSide: true, ajax: (dataTablesParameters...