Material-design-lite: Where to study about MDL

Created on 12 Apr 2017  路  1Comment  路  Source: google/material-design-lite

Hi
I'm looking for MDL official docs.
Where can i study about all classes and components?
I use developer.android.com/reference for android. but i can't find similar page for MDL.

Most helpful comment

https://getmdl.io

It doesn't cover the JavaScript API since we didn't really build it to be used very heavily by JS. MDL was built with more static pages in mind for non-developers to be able to put things together and have it work well. For MDL's JS API you simply need to read the source and see what methods are available.

Material Components for Web is the successor project to MDL which is a reference implementation of the specification for the web. It will have far more complete documentation for components and is built to be used by JS developers as well as designers.

>All comments

https://getmdl.io

It doesn't cover the JavaScript API since we didn't really build it to be used very heavily by JS. MDL was built with more static pages in mind for non-developers to be able to put things together and have it work well. For MDL's JS API you simply need to read the source and see what methods are available.

Material Components for Web is the successor project to MDL which is a reference implementation of the specification for the web. It will have far more complete documentation for components and is built to be used by JS developers as well as designers.

Was this page helpful?
0 / 5 - 0 ratings