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

fill HTML label with data attribute without line break

I create a form where I check the length of a password. If length is <6 then an error message appears. This message is created by javascript. And here is the problem, the message appears with a line break after every word. I also tried it with ' '…
InFlames82
  • 493
  • 6
  • 17
0
votes
1 answer

How to get rid of "Sort" & "Delete" columns in MDBootstrap React MDBTableEditable component?

In their demo code, they have the following columns listed: const columns = ["Person Name", "Age", "Company Name", "Country", "City"]; Yet, "Sort" & "Delete" columns get appended to the right. How to get rid of these to columns?
Harsha N Hegde
  • 315
  • 2
  • 14
0
votes
1 answer

Make a grid using ngfor and ngif

I'm trying to make a grid where 3 cards are displayed in one line, then a new row is added, and the next 3 cards are displayed. This is the code I have at the moment:
Mout Pessemier
  • 1,665
  • 3
  • 19
  • 33
0
votes
1 answer

Output MySQL data in Modal

I've looked for a solution to my issue and found a few using AJAX. However, they're not working for me. Is there any way to do this without AJAX? I've put together a little portal for me to view my client's information and I'm trying to output some…
MichaelMav
  • 80
  • 1
  • 1
  • 10
0
votes
1 answer

'mdb-range-input' is not a known element. If 'mdb-range-input' is an Angular component, then verify that it is part of this module

I try to md bootstrap slider in this way: I have set in the module in imports section: MDBBootstrapModule.forRoot(), and in…
John Smith
  • 321
  • 1
  • 10
0
votes
1 answer

How to grid MDBootstrap cards in one row?

I've used MDBootstrap cards in my React project.I'am finding difficult aligning in one row. Aligning 3 cards is what expected,but, the cards are stuck in vertical position only. See the code below for reference.
Pranav
  • 1,487
  • 2
  • 25
  • 53
0
votes
1 answer

React dynamically using sub-components with props

Maybe there is a better way, but I try to make my React components as reusable as possible. So I am using a bootstrap Card and inside this Card I wanna place different components from outside (with props) dynamically. Without props it works fine.…
Andrew
  • 15
  • 3
0
votes
0 answers

How can I use PHP with MDBootstrap (Pro) and Gulp 4?

Quite new to Gulp and would like to integrate PHP includes using MDBootstrap. Here is part of my gulpfile.js if that helps any... // Live Server gulp.task('live-server', function(done) { console.log("Restarting server..."); …
infin80
  • 1,343
  • 1
  • 9
  • 10
0
votes
1 answer

checkbox unusable - contact form 7 - Wordpress - MDBootstrap

Guys I have a very simple but complex problem in the same way. I'm building my custom wordpress theme, using the MDB framework (Bootstrap material design). And when I go to implement my form via wordpress cf7, the two styles conflict. Generating a…
user12067856
0
votes
3 answers

Export "mdbDatePicker" was not found in "mdbvue"

I'm using mdboostrap for my vuejs project but when I am using DatePicker provided by mdb I'm getting an error of mdbDatePicker not found in mdbvue.