April 6, 2020
Estimated Post Reading Time ~

Popular CSS Frameworks

A brief on popular css frameworks being used in modern web applications. These frameworks ease the life for front end developers by providing a convention for coding the markup. They generally provide a grid system, a set of ui components such as button, cards, etc and javascript APIs to interact with those components. All the below choices are open source.
BOOTSTRAP
Most popular CSS framework from Twitter. Unopinionated – Doesn’t impose constraints on the look and feel. Mobile-first responsive approach. Well documented and widely used. Large file size (>250k) OOTB containing the whole feature set which you may not need most of the time.
MATERIALIZE
CSS framework for Google’s material design. Opinionated – Dictates the look and feel of the website. A large collection of interesting UI components. Go for this if the design follows material design.
SEMANTIC UI
Allows writing concise HTML with semantic vocabulary. Supports theming. A large collection of components.
FOUNDATION
Smaller community. Large collection of widgets.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.