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
2
votes
0 answers

How to change the font size of the mdbDatatable

I am using the MDBDatatable for my react project but I'm having some problems. First of all, I want to resize the table to make a smaller version but I don't think there's an option other than the small property on the component. Also, I want to use…
Giannoulo
  • 45
  • 7
2
votes
3 answers

I know Bootstrap, can I use MD Bootstrap and or Angular Material components in the same project?

I've been pretty familiar with Bootstrap for a while. I'm just learning Angular and I'm now looking at MD Bootstrap and Angular Material. But I'm a little confused. Can these two frameworks, specifically their components, be used as supplements with…
chuckd
  • 13,460
  • 29
  • 152
  • 331
2
votes
1 answer

VueJS MDB-datatable doesn't render data from the API call

I'm using vueJs MDB-datatable to display my data coming from my API. I followed the MDB-datable documentation in handling the "OtherJSON structure" but it didn't re-render the data from the API request. I tried different callback beforeCreate,…
Pepeng Agimat
  • 157
  • 2
  • 14
2
votes
0 answers

NavBar not working MDBootstrap in Reactjs

I tried implementing a navbar from MDBoostrap (mdbreact) and for some reason I am not able to get it to work. This is what my index.js file looks like. import React from 'react'; import ReactDOM from 'react-dom'; import {BrowserRouter as Router,…
arunmmanoharan
  • 2,535
  • 2
  • 29
  • 60
2
votes
3 answers

$(...).sideNav is not a function

I have just downloaded mdbootstrap. Upon following the instructions for implementing a side-nav on my webpage I get the following error when I try to initialize it: Uncaught TypeError: $(...).sideNav is not a function at index.html:133).…
Dennis
  • 83
  • 1
  • 9
2
votes
0 answers

MDBootstrap vue.js modal transitions not working

i have downloaded mdbvue demo project from mdbootstrap website and found out that enter and afterEnter events in modal component doesn't work. To check this i have modified method which called by event with alert