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

Tag: Bootstrap 5 (844)

I am trying to show datatables in dashboard. The problem with it is it needs horizontal scrolling to see all the data from small screen or mobile devices.So in Desktop i want to show all 5-6 columns.But from mobile devices i want to show only 2 columns.Is there any way to achieve this?
Hi,Really like your work.Especially Demo 5 from Getbootstrap's keen theme.https://preview.keenthemes.com/keen/demo5/index.htmlWas wondering if there was a dark mode for that theme, or if there was one coming down the track some time?Thanks
Is there anyone kind enough to explain to me how to install bootsrap 5 with SASS and metronic theme number 20 on Laravel 8? I'm trying them all but I can't find a solution.I need to install it as a backend theme since I will also need to install a frontend theme.Thank you all
Hi, I want to use the aside menu from demo4 in a vue project. I will be converting the html code, css from the src folder and JS into a Vue component. The CSS is a 40k lines of code and so is the JS. I see that in the html/src folder I get separate SCSS files.Which files will I need? _init.css,...
Hi,I succeed to make the top bar dark, but became white when I switched to dark mode.IS there a way to have the topbar as dark like here : https://ibb.co/x3Nq3zRand here in dark mode (unfortunatly white) : https://ibb.co/bPyGP19and it stays dark even if we switch to dark mode, like in...
Hi,I am wondering if you will simplify plugnis and integrations, especially your scripts are very hard to modify, or it must be easy and simple javascript.
Do you natively support tooltips on disabled form elements like buttons?Thanks
Hi keenthemes,The color of text inside a regular form is less dark than the input label, wich makes it super appealing to the eye and follow the design pattern.While in the input-group (where there's icon in left of the input ) style, the color of text inside the input is darker makes it as...
The id_token that set in local storage becoming null after login and disappear after successfully login, after landing on dashboard and click to another route redirect into login page
I am trying to add a modal to save a note for admin panel. I liked the modal on "+Add event" on page. I looked at css and js code for purchased theme. It is highly customized for calendar app. How can i make the same mod...
I am using Metronic theme Demo 2 for my project but I am facing an issue which is that my plugin.bundle.js is very large (2.2 MB) and contains such plugins which I do not even need for my project. So if you guys can tell me how I can compress it or remove useless plugins from my plugin.bundle.js the...
Does Metronic has support for pace.js ? There is some demo page ? A blank one, starter template ?
the current dark mode setup doesn't benefit dynamic switching between dark and light modes without having to refresh the entire page. please refer to this link
Hi there,I'm looking for an excelent Bootstrap theme and I found it. I saw in your demostration a lot of excellent feautures.I have a developer working on a custom management system for my school in PHP, and I would like to extend feautures of it. I saw for example you have how a Message or...
I built the VueJs Demo7 (Metornic metronic_v8.0.31) app with npm install --force. If I do with npm install, it gives me a big list of dependency errors mostly for the Vue version. I use 3.2.29 while the project has a dependency of 3.1.19. Somehow the project runs with --force option. But when I try...
Has anyone worked with the Vue Rider template? I am looking to get some help understanding the structure and customizing it. Willing to pay for consulting hours if anyone is interested. Thanks!
Vuejs7 demo in 8.0.35 throws a runtime error if the Demo7 folder is taken out from the regular zip extract and run separately. It tries to refer to an import in ../../Demo1... but since the folder is no longer in the original folder structure it fails. Fails at line: import JwtService from "../....
I can't able to use KTPlugin on angular metronics. Can anyone help me pls
I'm using Django 4.0 , using the invoice template (https://preview.keenthemes.com/metronic8/demo9/dark/apps/invoices/create.html).In the add item section i have replaced the text field with a select2 tag with options filled in dynamically by django.Ex :
Hello,I'm trying to use Metronic Demo 20 for a project, and I want to have the ability to use multiple tabs in the header as the primary menu,In the mobile version, a horizontal scroll is activated if you have many tabs,But in the normal version, the tabs get split into multiple lines,Is the...
Hey all, I developed a date time picker via bootstrap with Metronic without jQuery.I have made the portion of showing the present and special days. I continue to develop.Next part : - Range date selected - Time SelectedStackblizt link: https://react-date-timepicker.stackblitz.ioSou...
Im using metronic 8.0.35, html, and demo8Working on datatables with fixed columns but columns are not fixed.Settings "scrollX": true, fixedColumns: { left: 2 },Any sample i can compare?T.I.A.