Frontend Web UI Framework Options
Twitter Bootstrap
Pros
- Comprehensive and solidly engineered.
Cons
- Class name changes between versions requiring refactoring
- Difficult to override styles to make a site not look derivative of Bootstrap
Foundation
Pros
- Lightweight
- Easy to apply a custom look to a site built with Foundation
Cons
- Reported to not be as well engineered as Bootstrap
Materialize
Pros
- Designed using Google's Material design principles
- Clear documentation
- Tuned performance in its JavaScript
- Focused set of features, i.e. not bloated
Semantic-UI
Pros
- Feature complete compared to other frameworks.
- Inherent support for dimmers, flags, feeds, 3-dimensional cards
Cons
- Non-traditional CSS syntax
Skeleton
Pros
- Ultra lightweight.
UIKit
External links
- Delving Into UIKit (Sitepoint)