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

Metronic (4924)

Hello,I noticed that several components, such as Advanced Select, Datepicker, Dial Input, and Password Meter, are marked as "SOON" (metronic v9). Could you please provide an estimated release date or timeframe for these components, especially for the Datepicker? It would be helpful to know when th...
I have a use case where we can not get the total number pages for a list of data and hence infinite pagination is needed. I need a way to show ... after last known page.Is there a provision for this use case already implemented ?
Below is the code I am using for generating a table.I need to make each row clickable and navigate to different page. How to do that?import { useMemo, useState, useEffect } from 'react';import { useNavigate, useLocation } from 'react-router-dom';import { DataGrid, KeenIcon, TDataGridRequ...
How can I hide the main browser's scrollbar which is on the right side of the webpage?I tried modify in demo1.css or tailwin.config.js, none works.version: 9.1.1 - typescript - demo1
Do i need to buy new license so i can download metronic tailwind? If I go to metronic download page, all I see is metronic 8.x version to be downloaded...I'm a bit confused on how to try this new metronic tailwind
helloI have a problem updating from a form.When submitting, the loaded values ​​are not saved, as if they were empty.You have to write in each of the inputs for them to be detected.I am using Laravel with livewire with your example code
Hello,How can the form validation function be called again in Metronic 8.2? Because when an item in the form is removed or added by hide() and show(), the validation on these items does not work correctly. When an item is hidden, the class "fv-row" is removed from the div.When an item is s...
HiI used the link below for file validation.https://preview.keenthemes.com/html/keen/docs/forms/formvalidation/advancedHow can I check the size of the input file as well?var validator = FormValidation.formValidation( form, { fields: { 'avatar': { validators: { notEmpty: { m...
I noticed in the documentation that the Laravel version is 9. Is it possible to install it using version 11 and still take advantage of all the features provided, such as API, ASSETS, and others? Or, if using Laravel 11, will I only be able to use the Bootstrap version?
Error 1: System.InvalidOperationException - Missing Asset FileError Message:System.InvalidOperationException: No file exists for the asset at either location 'wwwroot\css\ace\ace.bundle.css' or 'wwwroot\css\ace\ace.bundle.css'Details:After upgrading my project from .NET 8...
Hi,I am experiencing an issue with Metronic Blazor (metronic_blazor_v8.2.9.zip).I have provided a step-by-step explanation of how to reproduce the issue in the attached PDF file. Could you please let me know what I might be doing wrong? I was unable to upload images here, so I compiled every...
How can I change the style of the scroll bar on the right side of the webpage to match the style of the scroll bar on the left menu bar?version: 9.1.1-typescript
While I try to import the tiny-slider, got this following issue:Error: ../node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - error TS2300: Duplicate identifier 'preventScrollOnTouch'.When I unistall the tiny slider from module, I still cannot run and the tiny slider doesn't shows up also. R...
Hello Team,I recently downloaded the latest Metronic Tailwind CSS on 29th Nov 2024, I used the HTML version and encountered an issue that requires your immediate attention. Upon implementing a modal for the first time, I discovered that the footer was unstyled. Upon inspecting th...
I am building nextjs application with Metronic 9 Tailwind version v9.1.2, and used the nextjs seed project from github: metronic-tailwind-next, but 'npm run build' throwing following error. whereas it was fine in the Metronic 9 tailwind v9.0.6. This started happening after migrating to the v9.1....
The Pulse package does not contain anything as advertised on the demo page. I purchased Pulse expecting to receive the Pulse built with Laravel 11 and React, but I only received Laravel, and it's still version 9. If this is indeed the intended experience, I would like a refund.
I am trying to run the blazor starter kit but when I run it I am not able to navigate
When do I run npm run watch in symfony then I got warning: "./locale" in plugin/bundle.js.INFO: "assets/global/plugin/bundle.js" imported at app.js (assets/app.js)".//app.js => path: assets/app.jsimport './bootstrap.js';import './config.js';import moment from 'mome...
I’m facing an issue with the webpage layout when integrating RainbowKit into my project. Specifically, the layout of the page becomes distorted or unresponsive after I include RainbowKit's components. This issue occurs in various browsers and seems to affect both the main content and the navigation...
For transparency i'm using:- Webpack to install the packages- Node version v18.18.2When I run the npm run build I'm getting the following error:ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):Can't find stylesheet to import. @import "bootstrap/sc...
I need something like this data-bs-display="static"To prevent insufficient bottom screen, it will automatically move uphttps://getbootstrap.com/docs/5.2/components/dropdowns/#responsive-alignment