Questions tagged [bootstrap-material-design]

Bootstrap material design is a theme for Twitter's Bootstrap based on Google's material design specification.

Bootstrap material design is a theme for Twitter's Bootstrap based on Google's material design specification.

Find more info at its official site.

106 questions
0
votes
3 answers

Props passed through React Route cant be accessed by child component

I am having a problem accessing the props passed through the route to the child component. I am trying to get hold of the Authentication function in the App page , so that I can toggle it to true when my onLogin function in the Login page get the…
0
votes
2 answers

Problem wiring a nodejs express back-end with a reactjs front-end

I am trying to put together a reactjs Dashboard and wire it up with a Nodejs back-end. I am currently trying to validate a jwt token. when I do it using a Postman app, its working fine. but when I try it using my reactjs form, its not happening.…
Riyesh
  • 63
  • 10
0
votes
0 answers

Error: BrowserModule has already been loaded. in MDB-Angular Lazy Loading

i am facing this problem while creating the new project on MDB angular . I have created multiple modules like public , tutor and student . public module is not lazy loaded while others are lazy loaded . public module is working perfect . import {…
0
votes
1 answer

Routes are not responding with Back and forward browser button when using nested routes in reactjs

Hi guys I am a newbie to reactjs, I am trying to learn reactjs router. I have this weird thing happening to my Dashboard routes. My App component have two routes "/login" and "/" '/login' shows up the login screen and the '/' shows up the main…
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
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
1 answer

Angular Material design bootstrap classes not shown properly

I decided to implement Angular Material design bootstrap into my app but when I try to make simple nav (I took the example from official documentation) it looks like classes are not loaded. My page looks like this:
0
votes
1 answer

Javascript .click() callback function apparently not called in Bootstrap accordion?

I'm working on updating a static website at www.peek.solutions which contains a Bootstrap accordion. I'm working on a branch (at https://github.com/khpeek/peek-solutions/tree/accordion-chevrons) in which I'm trying to add up/down-pointing chevrons…
Kurt Peek
  • 52,165
  • 91
  • 301
  • 526
0
votes
1 answer

mdbootsrap not showing up when rendered as view from a express route

I have a simple login view in pug.I've used material design for bootstrap with it.When I try to run as simple html file it is showing up.But when I tried to include all the css,bootstrap,js files to my public folder and render the same via express…
mariappan .gameo
  • 171
  • 1
  • 1
  • 15
0
votes
2 answers

How to close the modal window by pressing the input login?

It is necessary that after selecting the login button the dialog box should be closed. I have all the time there are some bugs. For example, when you click the Login button, the dialog box closes but everything becomes dark. Who knows how to solve…
Nonsense
  • 250
  • 2
  • 7
  • 15
0
votes
3 answers

Changing defaults without !important

Trying to figure out the structure, but how can I change the defaults for things? Such as the button colors? Right now I'm creating a styles.css and doing: .btn-primary { background-color: green !important } I'd like to avoid using !important for…
0
votes
2 answers

React MD Bootstrap: How To Get Input Value

I'm coding an app in React, using MD Bootstrap React. I'm having an issue getting the value from the Input component. CreateLesson.js import { Input, Button } from 'mdbreact'; class CreateLesson extends Component { constructor (props) { …
John P
  • 389
  • 1
  • 6
  • 13
0
votes
2 answers

How can I apply .mdb-select styles properly?

The documentation from MDB has the following example: