π

Web UI Frameworks

Show Sidebar

Exploration

Below follows a list compiled mostly in April 2020 of various UI Frameworks for the web, including the date of their last update (added 2022).

Afterwards there are a few links I also found useful in my research.

Minimalist

milligram/milligram (2020)
default in Phoenix, but has been inactive for almost a year. Also doesn't seem to support CSS3 & customization well

dhg/Skeleton (2014)

Very old, but has many derivatives. Uses own Box system.

Skelet. a contemporary CSS framework (2022)
dark mode support, active community
Meshki UI (2021)
Fully Dark by default, but a little heavier with javascript n stuff
skeleton-framework/skeleton-framework (2018, checked 2022)
inactive, but apparently because it works well for the authors - uses old grid system and lacks extensive documentation, but has basic animations & stuff
acahir/Barebones (2019)
some modernizations to Skeleton, has adaptive dark/light theme > While there are several other active forks of Skeleton, Barebones differs by requiring no external tools or dependencies such as CSS pre-processors. Simply download and go.

Frameworks

Using Bootstrap and Sass in Phoenix

Installing Bootstrap on Phoenix isn't hard

Bulma: Free, open source, and modern CSS framework based on Flexbox

CSS only, but still full-features, uses variables for easy dark mode

Foundation for Sites | Foundation for Sites

Medium-sized with quite some JS, but overall nice impression with animation support & other cool features

Materialize

Modern & full-featured

segmentio/evergreen

Suggestion by a classmate - bootstrappish but more versatile and cleaner imo, gzip: ~300kb

Bootstrap

Most commonly used, but heavy, relies on jQuery

→ Clean Dark Theme: https://bootswatch.com/darkly/

Criticism

https://medium.com/madhash/killing-me-softly-the-slow-death-of-bootstrap-c73161a6d6ed

https://medium.com/ordergroove-engineering/breaking-free-from-bootstrap-bloat-c177736bd628

https://dev.to/sandrinjoy/here-is-why-i-switched-from-bootstrap-to-tailwind-1a86#bootstrap

-> Tailwind needs a bit more work as it does not have inbuilt components, but more flexible and performant

What is the best light-weight alternative to Bootstrap?

Bulma frequently recommended, also has many articles about the topic, have to look into it again

https://riazxrazor.herokuapp.com/bootstrap-to-tailwind (to be tested)

CSS-in-JS

https://stitches.dev/

Resources

How to build a responsive grid system | Zell Liew

Tailwind CSS - A utility-first CSS framework for rapidly building custom designs

Cool foundation, but would probably need too much work, probably too customizable for me

Notes

Verdict

for a minimal good-looking style
Skelet with a simple JS snippet
for our small 2020 project
probably Meshki or Bulma
for bigger projects
Tailwind, Foundation

Comment via email (persistent) or via Disqus (ephemeral) comments below: