Questions tagged [mdbreact]

67 questions
0
votes
1 answer

Cannot read property '0' of undefined in mdbreact

Hey guys I'm using mdbreact to make a cart but I got some errors. I'm using code from this section: https://mdbootstrap.com/docs/react/sections/e-commerce/ Here my code: import React from "react"; import { MDBRow, MDBCol, MDBCard, MDBCardImage,…
0
votes
1 answer

Drop down based on selection of the first drop down using a MDB-reactjs

This question may sound like a duplicate one when you have so many examples in StackOverflow about react drop-down based on other drop-down. For some weird reason, I am not able to fix the problem in my code. I am not quite sure whether this is…
Riyesh
  • 63
  • 10
0
votes
1 answer

Datatable did not show dynamic data which i fetch from database in react js

I have integrated datatable in my react js web app. It works with sample data as i have mentioned in the code pagelist I have tried to make it component but did not get the result. I am new in react and did not able to clue to further…
rajausman haider
  • 570
  • 2
  • 10
  • 20
0
votes
2 answers

MDBIcon not displaying icons in React App

I am trying to use MDB React forms in my application. I have downloaded mdbreact using the command npm install --save mdbreact. Below is the code snippet :
kinnu
  • 396
  • 2
  • 12
  • 22
0
votes
2 answers

How to add bootstrap to NextJS

I've had a problem with mdbreact package, because when i am adding some components like buttons, etc. I am getting error: "Window is not defined". I made a research and found that window object is defined only on the client side. Is it possible way…
Marcin Warzybok
  • 357
  • 4
  • 16
0
votes
1 answer

How to get reactJS to render a state variable

I am just starting to examine react forms. I'm running into a issue where react is flagging the line in my render where I try to populate the input box label. Here is the code of my app: import React, { Component } from 'react'; import…
Jonathan Small
  • 1,027
  • 3
  • 18
  • 40
0
votes
1 answer

importing a new installed module in my react app

I installed a module using npm install into my react project npm install mdbreact --save I checked then the nodemodules folder to make sure the lib was installed correctly and yes. Now I am trying to import some components from the new lib like…
Rodwan Bakkar
  • 474
  • 3
  • 17
1 2 3 4
5