CSS Front-end Frameworks Comparison(usablica.github.io)
usablica.github.io
CSS Front-end Frameworks Comparison
http://usablica.github.io/front-end-frameworks/compare.html
7 comments
Being able to filter by browser requirements would be useful, i.e. I need IE8+, what can I use?
edit: here's a filter for IE8+
edit: here's a filter for IE8+
jQuery(".parent").filter(function(){ return $('.ie', this).data("version") > 8 }).hide()Shameless plug, but we've been working on a very mobile focused framework and UI library called Ionic which some people might find interesting (also uses AngularJS): http://ionicframework.com/new/
It's missing multiple frameworks. I didn't see http://gumbyframework.com or http://semantic-ui.com.
I would like to see the total size of each framework in this list as well, it would be beneficial when comparing front end frameworks.
I'm missing Pure (http://purecss.io/) in this list. Was it excluded because of the lack of directly included JS?
would be nice to see http://susy.oddbird.net/ and http://topcoat.io/ as well
It's simple enough to make an addition. It's a Github repo (https://github.com/usablica/front-end-frameworks/) after all.
It's pretty useless considering the fact that most of all frameworks already will work with the modern browsers, and thus why would anyone begin their selection based off of browser compatibility? I will say that knowing whether it's open source, and whether it's responsive-ready is nice.
At the very least a preview picture for each framework's common elements would make this kind site useful.