Which CSS framework is popular among elixir?

Which CSS framework is popular among elixir? I am new to phoenix and elixir. Which framework is good and adhere the principles of Pheonix?

Phoenix is not really opinionated about which CSS framework you use.

At any rate, my favorite CSS framework is by far Tailwind and I highly recommend it if you are comfortable with utility/atomic styling. It is a lower level framework that can be used to build your own custom design systems. This is going to be different than the batteries-included options like Bootstrap and Bulma.

3 Likes

Any CSS framework will work fine. I personally like BEM, which is not really a framework. http://getbem.com

2 Likes

I really love TailwindCSS (free) and TailwindUI (paid).

1 Like

If you are going to use LiveView then CSS framework that doesn’t use any JavaScript will be handy like Bulma (https://bulma.io)

1 Like