Material Design Lite Components in HTML/CSS/JS
61–70 of 77 posts
Re: Material Design Lite Components in HTML/CSS/JS
#62So, I just wanna say I am absolutely, incredibly excited for this. I've loved the design of paper-elements, but I don't want to attempt integrating Polymer into my projects. That being said, the use of BEM is a huge turn off. The markup for a simple card uses seventeen different classes, which is absolutely a nightmare to memorize. For comparison, a card from Materialize uses only five to seven classes (depending on…
I'm curious, what's keeping you from trying Polymer? Its paper-elements are a very good implementation of Material Design, and the library is very light weight.
I want web components to be a thing but Polymer is not the path forward in its current state.
Re: Material Design Lite Components in HTML/CSS/JS
#63So, I just wanna say I am absolutely, incredibly excited for this. I've loved the design of paper-elements, but I don't want to attempt integrating Polymer into my projects. That being said, the use of BEM is a huge turn off. The markup for a simple card uses seventeen different classes, which is absolutely a nightmare to memorize. For comparison, a card from Materialize uses only five to seven classes (depending on…
I'm curious, what's keeping you from trying Polymer? Its paper-elements are a very good implementation of Material Design, and the library is very light weight.
1. The whole design guide is not implemented (date picker for example)
2. Web components polyfill while pretty fast still slows things down a bit
3. Extra effort required to debug/style components (shadow DOM)
4. It's still fairly bleeding edge, not for the faint of heart
5. Vulcanizing required for assets to avoid hundreds of imports/requests
These are some of the factors that would make me reconsider using it on another project. It still turned out very nice for the project however.
Re: Material Design Lite Components in HTML/CSS/JS
#64Earlier quoted context omitted.
I'm curious, what's keeping you from trying Polymer? Its paper-elements are a very good implementation of Material Design, and the library is very light weight.
Most of my apps are built with Ember, and I just haven't quite figured out how to marry them both.
Re: Material Design Lite Components in HTML/CSS/JS
#65So, I just wanna say I am absolutely, incredibly excited for this. I've loved the design of paper-elements, but I don't want to attempt integrating Polymer into my projects. That being said, the use of BEM is a huge turn off. The markup for a simple card uses seventeen different classes, which is absolutely a nightmare to memorize. For comparison, a card from Materialize uses only five to seven classes (depending on…
I'm curious, what's keeping you from trying Polymer? Its paper-elements are a very good implementation of Material Design, and the library is very light weight.
Re: Material Design Lite Components in HTML/CSS/JS
#66If you're promoting a UI/UX product, you really shouldn't be bungling scrolling. Because if you can't get your own site working well, I'm not trusting your libraries on my site.
Re: Material Design Lite Components in HTML/CSS/JS
#67The Material Design Lite website ( http://www.getmdl.io ) breaks scroll behavior on mobile Safari. If you're promoting a UI/UX product, you really shouldn't be bungling scrolling. Because if you can't get your own site working well, I'm not trusting your libraries on my site.
Re: Material Design Lite Components in HTML/CSS/JS
#68I'm genuinely curious: This looks very lame. Why are the commenters excited? Not trying to offend I'm mean lame as pragmatically as possible.
I was thinking the same. I initially thought based on the name I could pick a single component to use but its an entire framework, so it still suffers from bloat.
Re: Material Design Lite Components in HTML/CSS/JS
#69The Material Design Lite website ( http://www.getmdl.io ) breaks scroll behavior on mobile Safari. If you're promoting a UI/UX product, you really shouldn't be bungling scrolling. Because if you can't get your own site working well, I'm not trusting your libraries on my site.