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

Tag: Bootstrap 5 (844)

Hi Team,We have been using the Metronic Bootstrap HTML theme for our project and are facing a couple of issues:Regarding the Sub Menu:With the data-kt-app-header-secondary-enabled="true" HTML body data attribute, we can completely enable/disable the secondary menu. However, in our case,...
Hi, We're loading our modal contents via Ajax. And in the body of modal content, there lies a select element that we want to initialize with select2. We tried applying data-control="select"2 attribute and also tried data-dropdown-parent="#modal_id"but select2 is not getting initialized.We even...
Hi, I am using Blazor Metronic Templates. Tooltips doesn't work in components because components add content dynamically to dom.Kindly guide me how can I resolve this problem to show tooltips in Blazor Components
I want to validate textarea but when I use it, an error appears and I can't find the problem:plugins.bundle.js:26270 Uncaught TypeError: Cannot read properties of null (reading 'classList')the javascript:validator = FormValidation.formValidation( form, { fields...
Action dropdown sometimes opened, sometimes not openedVue demo 8V 8.2.4 {{ t("a...
Hey,I've added a few new links to the sidebar, but I've encountered an issue where the sidebar doesn't scroll properly when the user logs in initially. Users need to refresh the page before they can scroll through the sidebar. Once the page is refreshed, the scrolling works fine.I've tested...
I want a password reset modal or form with validation that the new password must be the same as the confirm new password input fields
When I turn on the search function on the small screen, everything is normal, but when I switch to widescreen, there will be a blank pageI don't want this blank page to existKTSearch optionsshowOnFocus: falseminLength: 1layout: 'menu'keypr...
Hello KeenThemes team,I am working with Metronic v9 for Angular and would like to use PNPM instead of NPM for package management. My goal is to optimize workspace dependencies and speed up installations.Is there any recommended way to set up PNPM specifically for the Tailwind and Bootstrap v...
Hello, I want to set up as in the example here, but it is set according to metronic 6 and laravel old versionsMetronic Integrate LaravelAny chance to update the document? I don't want to use Inert...
Hi,I previously purchased the Metronic template with one user account and successfully implemented it following your ASP.NET Core documentation to build a website for an end user.Now, I have purchased another license with a different user account for a new website. However, instead of downlo...
Hello,I have developed my web site in ASPCore with Jquery and Bootstrap. I purchased metronic and try version 9. I have some problems. Example in metronic 8 with this jquery code " $("#myTab button:first").tab("show");" I can change active tab but metronic 9 does not use bootstrap so this functio...
I implement an action component where it stores a button to trigger the drawer and the drawer in it. That component will be used across all my pages that need that action. Currently, desktop and Android devices work fine. But on iOS devices, the drawer shows up inside the table. The short-term solut...
Hello, I have a problem using metronic 8.2.X laravel starter kit (didn't test previous versions) with "wire:navigate" Livewire v3.4.When page fully hard reloaded, all javascript works fine (menus, steppers, dropdowns, ...), but after clicking on link with "wire:navigate" this functions stop work...
Hello, our company bought the metronic theme around 2 years ago and we plan to update our vue project soon. The metronic core changed completely from vue options-api to composition-api since then. Now we have to update every single page to have our project working with the current metronic version (...
Hi there, I'm using Metronic 8 for ASPN .NET Core. Icons work correctly on localhost but when I deploy it to a staging site I'm not able to see the icons. I see a white square instead. I've been researching about this issue but I found nothing about it.
Laravel 10i tried to apply form repeater functionality i added js and html part and form repeater.bundle .js file but functionality not working , please supportThanks
So basically i am first time Metronic users so a lot of thing like including plugin etc is not familiar to me. I am using Laravel template for metronic for one of my project.So i am trying to use the Draggable plugin: https://preview.keenthemes.com/html/metronic/docs/general/draggable/overview#usa...
We work with Angular and Boostrap in our projects. Congratulations for your great work on Metronic 9. Is there any roadmap / plan to migrate Metronic 8 Angular Boostrap to the new Metronic 9 with this beautiful redesigned UI?
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...