Questions tagged [mdbootstrap]

A Material Design UI kit for Bootstrap 4

Use Official Support instead.


MDBootstrap is a third party wrapper to Bootstrap that provides Material Design features and styling. It is free for personal and commercial use, but also has a premium version with additional styles

Links:

327 questions
3
votes
1 answer

Setting all cards of equal height (mdbootstrap)

I am using mdbootstrap in my Angular Project so when I display multiple cards on my screen ,they are not of same height due to difference in the height of card images as you can see in the link given below: https://ibb.co/NpqWy7z Here is the code…
rupak
  • 58
  • 7
2
votes
0 answers

Bootstrap 3 form-outline like mdbbootstrap 5

My site uses Bootstrap 3.3.6 and like to renew some features. Found a great input feature form from MDBBootstrap 5 and like to add it. But unfortunally this framework uses Bootstrap 5. And I do not intend to upgrade. The input form are similar to…
Lee Wen
  • 69
  • 1
  • 6
2
votes
1 answer

Changing the primary bootstrap color without scss

I'm working on a coding bootcamp / cohort where I'm making a webapp, and I chose MD Bootstrap for the style framework. This webapp has buttons, and I'm trying to change the primary colors of the app, including the colors of the buttons. I found code…
JShoe
  • 3,186
  • 9
  • 38
  • 61
2
votes
1 answer

Chartjs and ChartDataLabels does not work in mdb5 pro version 2

I trying to use Mdbootstrap 5 versions 2 in my project and I install different packages for it. it needs to 'chart.js' and 'chartjs-plugin-datalabels' package and I install them via npm but I got some errors that can see in the below figure. I use…
2
votes
1 answer

MDBootstrap Treeview does not work as expected

I used the MDBootstrap solution for the Tree view in my ASP .NET Core Web application. On this LINK is the detailed tutorial how to insert the treeview into my project. As far This is all I have.
Apuna12
  • 375
  • 2
  • 6
  • 23
2
votes
1 answer

remove padding from accordion

I have a mdbootstrap accordion inside an angular component. By default, it has some padding. I wish to make it smaller. From inspecting the accordion I see that it's made out of a button that has the padding. So in the .scss file of the component…
Royi Levy
  • 513
  • 1
  • 3
  • 14
2
votes
0 answers

mdbootstrap tabs error Cannot read property 'split' of undefined

When i want to use mdbootstrap tabs here https://mdbootstrap.com/docs/standard/navigation/tabs/#section-buttons , i have in the console.log (on click events on tabs) input.js:341 Uncaught TypeError: Cannot read property 'split' of undefined What…
zelocalhost
  • 1,175
  • 3
  • 20
  • 39
2
votes
1 answer

Cannot read property 'hasAttribute' of null

I have a problem with Material Design Bootstrap, I added it with NPM but when I'm on my website, I got this error : Uncaught TypeError: Cannot read property 'hasAttribute' of null at r (app.js:19116) at Module.o.m.n (app.js:19116) at o…
Miyonu
  • 35
  • 1
  • 7
2
votes
1 answer
2
votes
1 answer

MDB Bootstrap for Angular Animation not working

I am simply trying to add mdb-bootstrap animation into my angular project but the animation is not working. I just follow the instruction of basic mdb animation MDB Bootstrap Animation . It is working at MDB EDITOR but when I put the same code in my…
Shatu
  • 845
  • 6
  • 10
2
votes
3 answers

Bootstrap | Inline element inside same div

i have a
i want the two element stay on to text-align:left and another to the right, but i want, when the div is seen in mobile vision, that an element does not go below and one above but are aligned how can I…
user12944651
2
votes
2 answers

How to change the underline color of the input component in MD Bootstrap

So I'm using the Input Group Component from MDBootstrap. I was wondering if there's a way around for changing the color of the blank of the input field component in MD Bootstrap. Like at the moment, it looks like this (without focus): When I click…
AnonSar
  • 556
  • 1
  • 7
  • 24
2
votes
1 answer

Multiple Radar Charts MDB not showing

I'm using MDB charts, in particular, the Radar charts: https://mdbootstrap.com/docs/jquery/javascript/charts/ HTML
Fabio Magarelli
  • 1,031
  • 4
  • 14
  • 47
2
votes
2 answers

Object is possibly 'null' in email validation Angular FormControl

I get this message when I ng s --aot Object is possibly 'null'. I've been trying things all morning to fix it, any ideas? The error occurs on the Email…
artworkjpm
  • 1,255
  • 2
  • 19
  • 40
2
votes
3 answers

React Bootstrap - spinner and button in one line

Hi I create a login form using react-bootstrap, mdbootstrap and formik. I want a login spinner to be shown each time user presses login button. I've figured out how to do it however I have a trouble with placing the bootstrap spinner in the same…
Clyde Barrow
  • 1,924
  • 8
  • 30
  • 60
1
2
3
21 22