Top "Material-design-lite" questions

Material Design Lite (or MDL for short) is an implementation of Material Design for the web by Google.

Centered form with material design lite

I am looking for an easy to get a login form centered on the screen using Google's Material Design Lite …

html css material-design-lite
How to format select box with Material Design Lite?

I've read through the Components listing and read through the CSS provided, but I don't see any mention of select …

material-design-lite
How to make an Angular Material table responsive

I have a simple table with numerous columns, and I would like the columns to shrink automatically when sizing the …

angularjs angular-material material-design-lite
What is the correct way to make a Material Design Lite table 100% width?

I'm looking into using Google's Material Design Lite framework and I'm wondering how I can make a table span a 100% …

html css material-design-lite
How to use Modal Pop up with Material Design Lite?

I recently started using the latest Desktop version of Google Material Design Lite, I figured it doesn't have a modal …

modal-dialog material-design material-design-lite
Toggle Material Design Lite checkbox

I'm using a material design lite checkbox and I'm trying to check or uncheck the element using JavaScript. I tried …

javascript material-design-lite
Material Design Lite Integration with AngularJS

I am aware of Angular Material which helps implement Material Design specification for use in Angular single-page applications. I'm however …

javascript angularjs material-design-lite
Material Design Lite grid with tables

I am experimenting with the recently released MDL kit and trying to use the grid layout with cards and tables. …

material-design-lite
Material Design Lite navigation

How can I make submenu items in the navigation? <!-- Navigation --> <nav class="mdl-navigation"> <…

material-design-lite
How to hide drawer upon user click

How do I hide the drawer when the user clicks on an item? Or when a button is clicked? <…

javascript material-design material-design-lite