You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Implementing Google material design is an awesome thing! I adore that fact that people are doing it.
I'm also addicted to web components. A round of loud applause 👏 !
It puzzed me though that there's other implementations done on google material design, especially by Google-powered projects.
There is Angular Material. It's interesting for me because both Anguarjs and Polymer are powerd by Google. Is it possible to unify the two in some way? At least making Polymer components and Anguar share the same animations and styling? Polymer components can use stylesheets, so if Anguar Material allows compilation of per-component styling and some selector name customisations they can both benefit, right?
LumX is another Angularjs implementation of material design. In my research this looks the most complete implementations in terms of different components. I've cross-posed this to Anguar Material repo and I'm hoping that they merge.
And the last thing 3) - There's a facebook reactjs implementation of material design called [Material UI[(http://callemall.github.io/material-ui/). In my opinion it has the best dropdown animations and some other very carefully crafted details. Perhaps it could be of use to share some styling and animation, may be even contact the developers?
PS: there's also Materialize CSS which I'm using for extra components styling.