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

Tag: React (834)

Hiwhy in react (demo1) LayoutSetup.ts methods like getLayout() execute before main src/index.tsxcan you explain it for me? and how you do that?
Hello,In https://preview.keenthemes.com/metronic8/demo1/account/settings.html the avatar is editable and according to the doc it should. However, When I attempted to convert the code from the HTML folder to ReactJS it just allowed me to select the image file but not display the selected image. W...
I am curious why you don't have any Shopping Cart with this product? It is one of the best designs I have ever seen, but it is only half of a theme. Also what about the product database? The word "database" doesn't even appear in your Docs, but you have products, categories, etc. Where are you s...
I just learn for react js programming, but template is typescript, can I get template with javascript lang?
Hi there, I recently pucrhase metronic 8 and I want to use demo1 for react, but there is an error, , when I go to hml folder demo8 shows as demo 1 and , So I want to use demo1 with react, can you please update me regarding this , Also I have a question about coming soon section i...
hello, I want to ask, I'm using the default api on demo1 react but why I can't login, it said error 422, is there any problem with react template? because i tried it the vue one, and it's normal with the same preview api
Hi,how can i remove login page and skip to dashboard directly in React demo 1 ?some said by changing react/demo1/src/app/routing/Routes.tsxand replacing content to
When I try to verify my token generated at login page it is giving me error and not passing through login page after successful authentication.Request URL: https://preview.keenthemes.com/metronic8/laravel/api/verify_tokenRequest Method: POSTStatus Code: 422 Unprocessable ContentRemote Addr...
I will like to setup demo19 in react for use?
Please do you have the react template in js extension? What is here is typescript
According to answer you gave 3 weeks ago release 8.1 should been released already.Is there any new ETA?
Hi,I have a problem with the stepper component, the formik validation error messages do not appear under the field. example: name required.In the preview, the messages appear, but when running locally the messages do not appear. What can I do?Another question is about the users module, w...
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...
DEMO2How to disable LOGIN request.Is there any variable that I can signal to not go to the login screen and access the main screen?Thanks
In documentation there's empty page where swagger documention should behttps://preview.keenthemes.com/metronic8/react/docs/docs/backend
i need help to integrate myself API to login page in metronics 7
Hi, My app is running locally fine with "npm start"I tried building it with :npm run buildBuilt is successful. "The project was built assuming it is hosted at "/yourcryptovoice"and then i run:serve -s build -l 5000The console says "Serving"when i open the url http://localho...
Hi,Can you please mention the specific release date for Metronic 8 : Demo 7 - React theme?
Hi, i'm using the metronic demo1 on react and i've searched everywhere and the other questions on here on how to completely remove the auth page and i've ran across a couple things.. firstly this.
I bought Metronic 7, and now I want to import elements that are only available on Metronic 8 (such as a form select with a search bar) to my project.Is it possible to do so? Thank you.
We've built a web solution using metronic react - no issues on windows or android devices, when on an apple device you can create a new record but when you then go to update it - it throws a submitForm(() TypeError: Load failed.Has us stumped...
Hello everyone,I am using React.js with Metronic 8 Html theme. The dropdown in TR that I added statically when the page loads is working (Top tr). But the dropdown inside the dynamically fetched of the map function is not triggered. (map loop)How can I trigger these dynamical...