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.
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.
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.