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

Tag: React (894)

I want to buy the React Version but coded in JavaScript, not TypeScript Is it possible?
I want to know that the components and pages of Demo 1 in the HTML version are fully available in React. I don't see some items in React version. I want to buy it. But I can't know it is I want.
When I started the server for the first time it printed the following error. I checked the column folder and it was empty. And there were multiple empty folders. Failed to compile. ./src/app/modules/apps/user-management/users-list/table/UsersTable.tsx Module not found: Can't resolve './column...
I have decided to reverse engineer the React version of Metronic 8 in order to get a better understanding of the codebase and setup. However, I am having trouble understanding the props in AuthProvider. I have added the following code in my index.ts: const root = ReactDOM.createRoo...
Hello, can you help me to use the RTL version of React Demo2, I tried the way in this documentation https://preview.keenthemes.com/metronic8/react/docs/docs/rtl?_ga=2.39990240.357919024.1654593330-2053407565.1650200434 but it doesn't work at all. You also mention this way https://preview.keen...
Hello, How can I use the full html demo functions in React js? Here: https://preview.keenthemes.com/metronic8/demo1/index.html?_ga=2.76534995.795881907.1654612246-1458044279.1653640449 We purchased the React js version, but I see much less functionality than here: https://preview.keenthemes...
Hi, I'm unable to get React & Angular specific sections in the Metronic 8 documentation and tutorials. I'd appreciate if you can share links relevant to setting up new React and Angular projects using Metronic 8.
Hi I wanted to use the theme in our existing NextJs project but was not able to find any reference documentation, plz help us to use the theme in NextJs. Thanks
Currently, I see that the pagination data is coming from the backend like so: But my django backend is sending like this:
I tried to run demo1 & demo2 in React but after the "yarn install", I have this error (for both demos) : TypeScript error in F:/myProject/metronic/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 eleme...
Hey, great work on Metronic8. I purchased your theme and was trying to find out if you have a react component for a scheduler. I'm building a booking application, was wondering if you also sell on a per component level. https://www.telerik.com/blogs/react-calendar-vs-react-scheduler-whats-...
Having tried multiple times to download your codebase and running it locally, I'm getting this error in multiple components. I can solve this issue by writing ts-ignore above, but this does not seem to be a correct way of resolving to issue. How can I fix this error?
I just purchased the 'Good – React Bootstrap 5 Admin Dashboard Template'. I followed the instruction and run `yarn install` then `yarn start`, it gives me this error: TypeScript error in good_react_v1.0.0-3/good_react_v1.0.0/theme/src/_theme/helpers/components/KTSVG.tsx(14,8): 'SVG' cannot be u...
Hello, I'm a backend developer and I broke a front end branch, I bought the theme and I'm trying to put a dropdown button similar to "MegaMenu" but it doesn't work... If I put the MegaMenu inside the MenuInnerWithSub inside the MenuInner at the top, it works! But if I put the MenuInnerWithSub with...
if i purchase and download the react version, is it included all the sample page(in Apps section) like demo in this link https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/customers/listing.html ?
Hello dev, we are interested in using demo1 and decided to settle for ReactJs Or Vue version of the demo, we noticed that the versions (VUE and React) when compared with the HTML version do not contain several sample pages, app templates that captured our attention. Were they removed to reduce fi...
I was wondering if there any plans to support nextjs. React is moving more and more to SSR and metronic nextjs support will be awesome.
src/_metronic/helpers/components/KTSVG.tsx 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 'render()' are incompatible between these types. Type 'React.ReactN...
Hi, i want to toggle between dark and light theme on the button click on the toolbar. I am using react demo-1 metronic 8 template.