The New Way to Build with AI! Introducing ReUI — the developer platform for agentic UI with shadcn/ui
Browse ReUI Pro

Tag: React (894)

Hi we have setup the metronic react theme demo4 and purpose of the theme was downloaded for crypto project. For my project we have installed below npm package "@solana/spl-token": "^0.2.0", "@solana/wallet-adapter-base": "^0.9.5", "@solana/wallet-adapter-react": "^0.15.4",...
I want to apply js functions of the metronic html version files in a react proyect. It works, but only works when component is rendered at first time. Nexts times y have to reload the page until it works..
Js files are not working in my react proyect, just works when i reload page or i lauch project first time, then i navigate and js stop working
Hi, I am implementing a simple Redux ToolKit Query in the Topbar component, where the user info is fetched with a generated useQuery hook. Once the data is loaded the component is rendered and the data is passed down as props to the HeaderUserMenu component. The issue we are facing is that with t...
Hi, I bought the Good template via getbootstrap.com and then also found out about Metronic which looks even more interesting. I also noticed other requests for NextJS and from recent comments I understand this is coming soon... which would be awesome? Could you maybe give more details what...
im trying to create the build file but when i run the index.html file its showing the logo loading
The sidebar not hiding when pressing on toggle button. Any suggestions please ?
I purchased metronics from themeforest. After making the build when I upload it to the server, it doesn’t open the login page instead keeps loading. Please fix this bug on priority.
Although I followed all the instructions in the document, I could not set the rtl. The rtl part in the html data on the page works fine. In my reactjs project rtl is not working properly. there is almost no difference.
Hi! .I bought the demo 1 dashboard and I expected it works with reactjs not tsx ..any solution for use it with js not tsx ?
/metronic_v8.0.38/react/demo1/src/_metronic/i18n/i18nProvider.tsx TypeScript error in /Users/**/Downloads/metronic_v8.0.38/react/demo1/src/_metronic/i18n/i18nProvider.tsx(28,28): Property 'children' does not exist on type '{}'. TS2339 26 | } 27 | > 28 | const I18nProvider: FC = ({...
I am getting this error when running react demo2 TypeScript error in /Users/tombrown/mvplaunchers/fys/fys_app/demo2/src/_metronic/helpers/components/KTSVG.tsx(13,8): 'SVG' cannot be used as a JSX component. Its instance type 'InlineSVG' is not a valid JSX element. The types returned by '...
I can see some table row border is light and some row is dark border , and there is no pattern for the same.
I bought the theme from https://themes.getbootstrap.com/product/start-react-bootstrap-5-admin-dashboard-theme/ and get stuck on running the react app: Failed to compile. /some-dir/src/_start/helpers/components/KTSVG.tsx TypeScript error in /some-dir/src/_start/helpers/components/KTSVG....
This is a solution. The icons didn't line up for me when using font icons with the aside. it can be easily fixed by changing: {fontIcon && aside.menuIcon === 'font' && } to {fontIcon && aside.menuIcon === 'f...
Hi, This is related with the Topbar component question that I found with RTK Query. I have the same problem with this https://devs.keenthemes.com/question/rtk-query-in-react And It seems the dropdown does not trigger everytime I click the "profile" image. We have the same issue, when logging in a...
Hi, My client bought the demo8, and I want to build it from scratch using ReactJS. But I can't find in the documentation how to use the libraries, etc. Is there any other way that I can build the design from scratch using react?
My current project involves using Metronic for React. I've installed the theme and everything is working just fine, including any new pages I've added (or removed) but Visual Studio always shows hundreds of deployment errors. I tried starting with both yarn and npm. Both work, both produce the sa...
Hi, I just bought the theme. I tried to launch the React Version Demo 1. Yarn install without a problem but when I yarn start : 'SVG' cannot be used as a JSX component. Its instance type 'InlineSVG' is not a valid JSX element. The types returned by 'render()' are incompatible...
Hi when I click a button which is supposed to open a modal but it doesn't happen and got this error the button :
I read in metronic V7 documentation that it is built with reactJs and it is support TypeScript also. MY QUESTION is: does metronice V8 code written in JS also?
Hi, can you help check the latest version with react Demo 2? I downloaded it from this site and using yarn install and yarn start, it was an error as below message. metronic_v8.0.38_react_demo2/demo2/src/_metronic/helpers/components/KTSVG.tsx(13,8): 'SVG' cannot be used as a JSX component. It...