Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: React (673)

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...
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.
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.
Hi,Can you please mention the specific release date for Metronic 8 : Demo 7 - React theme?
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...
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...
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...
Please do you have the react template in js extension? What is here is typescript
I will like to setup demo19 in react for use?
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...
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
I just learn for react js programming, but template is typescript, can I get template with javascript lang?
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, 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 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...
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...
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 just bought the metronic v8 recently and opened both the demo1 and demo2 projects for React. Unfortunately I cannot see any components for horizontal and vertical search, although it was shown in the https://preview.keenthemes.com/metronic8/demo1/utilities/search/vertical.html demo page.
Hi,I have a problem to implement react-select component to Stepper.I always get initials values, not these selected from Selectmy code:interface:export interface ICreateBot { ... selectPairs: { value: string, label: string } ...}inits:const init...
Hi there,O just bought a metronic license and when opened the tract demos realized they were different from the one showed in the live preview. It had lots of minor changes and didn’t have most of the theme pages.In your website you say that all demo pages will be included: "The purch...
Hi,I just downloaded Metronic and I want the react app how can I get a skeleton app without all the demo pages?Regards,
HiI had purchased v8.0.34.I'm going to use react template with ASP.NET web API as backend.But I couldn't login because access_token.How can I implement login?How can I generate access_token at backend?