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
1 answer

How to integrate Bootstrap material design in Sass based Angular4 application

I am trying to integrate bootstrap-material-design into my sass based angular4 application. It works perfectly fine with the precompiled css. But I would like to use the sass version of the bootstrap-material-design. Please help me.
0
votes
0 answers

Angular 4 Error upgrading package

I have an angular 4 project, I have just upgrade the packages after this I run the npm update command now I have this error when I try to serve the app: Error: ENOENT: no such file or directory, open …
Alessandro Celeghin
  • 4,039
  • 14
  • 49
  • 95
0
votes
1 answer

Initialize material design bootstrap tag

I'm using Material Design Tags in my Laravel application.
I want to initialize this chips element with values stored in a database: ["kingfisher", "art"] And in blade I'm getting…
0
votes
0 answers

bootstrap-material-icons on angular 2 icons aren't displayed

I'm trying to install bootstrap-material-icons on my angular 2 application, but the icons aren't displays, like the module isn't installed. I have followed (as always) the instructions from this site, but i have two doubts: 1) First of all, because…
mautrok
  • 961
  • 1
  • 17
  • 41
0
votes
0 answers

Angular 2 float label not working

when the view is rendered for first time it isn't work until i press F5 to refresh the whole page then it works fine i am using two way data binding for the input this is the property declaration searchKey:string Before Refresh After Refresh
0
votes
1 answer

Material Design Bootstrap is not working in AngularJS single page application

I am working on MEAN Stack application. I want to use Bootstrap Material Design CSS styles to my single page application but routing is not working when using mdb.min.css .what is the solution to avoid this problem.
0
votes
1 answer

Backbone application integrate bootstrap material design

I have an old backbone-rails application which was written back in 2011 (probably dependencies last updated in 2013 or so). It has a very old UI so I thought to update it by applying nice bootstrap material design. It is not so simple as it sounds…
Gagan93
  • 1,826
  • 2
  • 25
  • 38
0
votes
1 answer

Bootstrap Material Design table alignment issues

For a website I'm using Bootstrap Material Design and having a hard time aligning elements in a row (course.name and the course.update, course.delete buttons). I want them to align vertically with CSS but vertical-align:middle doesn't work. Neither…
0
votes
1 answer

Customisation of Drawer Width Material Desgin Bootsrap

I am finding it hard to understand the Following : Globally, you may alter the size of x vs y drawers with the following variables: $bmd-drawer-x-size $bmd-drawer-y-size What does it mean ? I am refering to the Following Link.…
Rudresh Ajgaonkar
  • 779
  • 1
  • 10
  • 27
0
votes
1 answer

Open Material Datepicker on page load

I want to open the bootstrap material datetimepicker on page load, how I can do that. I have tried many options like triggering the button page onload. It does open if I manually click on the button. Here is the code I have written:
0
votes
1 answer

Bootstrap material design input field doesn't animate

I am using Material Design for Bootstrap 3: http://fezvrasta.github.io/bootstrap-material-design/ So far, I only have the navbar and it looks good but the "Search" input field doesn't animate when I click inside it. Nor does it give me the splash…
Halnex
  • 4,242
  • 12
  • 49
  • 102
0
votes
2 answers

Bootstrap-material-design: Install successful, but didn't work

I installed bootstrap-material-design as instructed on the github website and everything said it was installed successfully: I have inserted the recommended code into my application header:
Liz
  • 1,369
  • 2
  • 26
  • 61
0
votes
1 answer

Laravel gulp & elixir material design

I'm trying to get material design http://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html into Laravel with elixer and gulp. I've done: npm install bootstrap-material-design That succeeded I see the map in node_modules. Then I…
Jamie
  • 10,302
  • 32
  • 103
  • 186
0
votes
0 answers

Trigger month and year changes in bootstrap material datetimepicker

I'm using bootstrap material calendar picker by T00rk with bootstrap material design by FezVrasta. I'm trying to extend its functionality like adding a drop down options for months and years (successfully integrated unto the calendar) however I…
0
votes
2 answers

How can I stop the text from jumping in this enlarged bootstrap material design select box?

I have a fiddle for this issue that I can't seem to figure out. I'm trying to increase the size of a select box in bootstrap material design. It's using the selectize plugin. Here's the LESS I'm using:…
YPCrumble
  • 26,610
  • 23
  • 107
  • 172