Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

converting from bootstrap to materialize

Is it possible to convert a website that uses bootstrap to use materialize CSS? there is a lot of overlapping between those two frameworks, but I want to know if there is any feature in bootstrap that materialize misses.

like image 551
Ahmad Yazji Avatar asked Aug 16 '15 13:08

Ahmad Yazji


1 Answers

I would say materialize is more "finger friendly", as you get, out of the box, support for finger-actionable navdrawer, finger-dismissible snackbar, touch slider... (see images).

Bootstrap 3, as far as i know, does not have such support. Bootstrap 4-alpha is coming so maybe they add such ability.

Bad news is that materialize seems to lack, right now, the team that bootstrap has. It's freezed in v0.97 (personal opinion: feels like the team doesn't have the time to go on). Time will say if the project continues.

Also, there's a new competitor in town, google and Material Design Lite (http://www.getmdl.io/), but also, it still has not finger support (eg: see template http://www.getmdl.io/templates/dashboard/index.html)

Toast NavDrawer

like image 85
rotoxl Avatar answered Sep 18 '22 13:09

rotoxl