Top "Materialize" questions

An open-sourced, modern, responsive front-end framework based on Material Design

Materialize CSS - Select Doesn't Seem to Render

I am currently working with materialize CSS and it seems I've gotten snagged with the select fields. I'm using the …

javascript html css materialize
How to host material icons offline?

My apologies if this is a very simple question, but how do you use google material icons without a <…

javascript html cordova materialize
How to dynamically modify <select> in materialize css framework

I just started using the materialize css framework. Now, materialize converts any select tag into a collection of ul and …

javascript jquery css materialize
How to use materialize-css with React?

I have a Meteor/React project, using ES6 modules. I've installed materialize-css using npm, but I'm not sure how to …

reactjs npm materialize material-ui
Change color of underline input and label in Materialize.css framework

I'm using the Materialize.css framework and I noticed that the color of the text input fields is green and …

css html materialize
Horizontal and vertical alignment in materialize framework

How can I center the login box both horizontal and vertical? Here is my structure: <div class="container"> &…

html css material-design materialize
How to change color icon in Materialize?

I use css framework Materialize.css I don't understand where past color in my HTML icon <i class="large …

css materialize
ReactJS Header and Footer

I am trying to create a Layout component which would render the Header and Footer. So that I can later …

javascript reactjs header footer materialize
Is it possible to integrate MaterializeCss into Bootstrap

I have asked myself (not tested) if it is possible to integrate both bootstrap and materializecss into the same project …

css twitter-bootstrap web css-frameworks materialize
How to close Materialize modal only when user clicks on close btn?

I want to close modal ONLY when user clicks on close button. I know, how to do this in Bootstrap. …

modal-dialog materialize