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

Tag: Bootstrap 5 (844)

after using content security policy (CSP) in my application jquery.blockui plugin stop working when i investigate i saw jquey.blockui has inline style which CSP blocked. Is there any separate css and js file for block ui plugin?
Hello,I'm contacting you regarding a problem I'm having with the menu system on my Metronic user interface.Here are the steps to reproduce the problem:I click on the "aside" menu on the left, which opens a first "menu-sub-dropdown".In this first "menu-sub-dropdown", I click on a button...
As seen on the documentation page (https://preview.keenthemes.com/flask/good/docs/index):TemplatesTake your templates to the next level and build dynamic interfaces with ease using various pre-made Good layouts and partials. Show Me How (https://preview.keenthemes.com/flask/good/docs/vie...
Hi, I've added a dropdown button in datatable row. But it doesn't show dropdown menu on click. Then I've checked demo page and got the same result at https://preview.keenthemes.com/keen/demo1/apps/customers/list.htmlDropdown buttons doesn't work
do you have some instruction how to integrate your pro theme to my asp .net core mvc project thanks in advance
hello,In a Metronic theme, I'd want change the default colors: "primary", "warning", "danger" ,...etc, (same class name but different color), or possibly add others. how can I do this?ThanksValerio
Hi,I purchased the Start – Bootstrap 5 Admin Dashboard Theme from https://themes.getbootstrap.com/ site. There it shows version v1.0.9, however the current version in the hosted demo site is v1.1.4 Changelog says this as well.Start HTML Pro v1.1.4 - 9 November, 2023How to download the l...
Hi, I am using the good admin template v1.1.1 (recently upgraded). In the past I had just compiled the css into one big style sheet, but that was difficult to manage. I am now using the scss partials structure, and the migration has worked really well for the most part. The bulk of the styling is pu...
Hello everyone,I'm currently working on a project using Symfony and the Metronic theme to develop an online application. I'm looking for a solution to integrate a tour guide functionality to help users navigate the application.I've explored a few options, but I'm wondering if anyone here has...
I develop react typscript based on metronic_react_v8.1.8 themes, but have somw problem in build process.It's build successed, but when I try serve -s build, It's response only just loading with icon then dissappear not have anything else after that.I read for many question that similarity wi...
Hi,I've updated my project from 2.1.1 to 3.0.6.I use select2 component as below@Html.DropDownListFor(model => model.FirmId, new SelectList((System.Collections.IEnumerable)ViewBag.firmList, "Value", "Text"), new { @id = "FirmSelect", @class = "form-select form-select-sm form-select-solid"...
Are there any of the Metronic demos that do not use jQuery at it's core? I was hoping to use one of the demos that had a horizontal layout and looked at 32 and it requires jQuery. I need one that does not require jQuery so I can create a layout file for Blazor.
Hi sir,In HTML,I used metronic8 v8.2.1 how to used KTDataTable.I not found KTDataTable in documentation please give its lionk with example.
Following latest update on Start bootstrap theme, the dark mode button is not present in the layout, also on manually changing the theme mode to dark, the body background, card heading, etc don’t display well.
Font Awesome Pro is a premium icon set and toolkit that offers over 8,000 vector icons and social logos for your website. You can use them to enhance your design, add interactivity, and create stunning effects. In this guide, we will show you how to set up Font Awesome Pro with Gulp and Webpack, two...
I'm currently in need of a code editor type field that I can embed directly within my web app and I noticed that Metronic v4 had it available here: https://preview.keenthemes.com/metronic-v4/theme/admin_4/components_code_editors.htmlIs this same 'CodeMirror' code editor available out-of-the-box...
Is it possible to make the tabs hamburger, when we use responsive like mobile screen?
Hi, based on user data retrieved from the server, I need to dynamically create action button - Toggle drop down (which will show edit / delete button) . When I click this button , Menu is not opening. Template : Seven Html 1.1.4Page : User Management / User
Hello, reviewed the following example where you see a timeline: https://preview.keenthemes.com/metronic8/demo1/account/activity.htmlWhat I need is to be able to show that timeline (only icons and dotted lines) but horizontally. My project is about an application for tracking deliveries and I...
I am applying fixed column to the datatable by fixedColumns: { left: 0, right: 1 },It worked but when clicked on the actions button, a menu popup was hidden behind the below action button. I have tried initializing menus as belowdatatable.on('draw', function...
There are multiple problems when trying to implement FsLightbox on our Blazor WASM project.1. For some reason const lightbox = new FsLightbox(); does not automatically registers itself on data-fslightbox attribute specifically have to use lightbox.props.sources = document.querySelectorAll('[data...