Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Bootstrap for Rails

I plan to build my own site and launch soon. I am doing all the coding using Rails Framework. I am aware of Bootstrap for Styling of my site.

However, I have already used Bootstrap for another site in the past. Please suggest some other alternatives.

Thanks - Sid

like image 963
sidharth singh Avatar asked Jul 11 '12 08:07

sidharth singh


2 Answers

Zurb foundation would be my choice if I were to use something other than Twitter Bootstrap.

If I wanted to go really minimalist I'd use thoughtbot's bourbon

Some others: Skeleton and HTML Kickstart, if you're looking for something really light.

like image 149
Dty Avatar answered Sep 16 '22 18:09

Dty


If you want to apply different styling to your websites and you achieve this by switching to different css front-end frameworks you're going to have a tough time after a few websites. You will not only have to learn how to use these frameworks every time, but also after a few websites you're going to run out of frameworks to try out.

Instead, why not work out how to customize Bootstrap such that you can make it look unique (I know that Bootstrap out of the box is becoming ubiquitous and it's nice to look different).

There are some nice ideas here about customizing Bootstrap and there are other resources out there too if you look for them.

Get good at using one front-end framework and understand how to customize it and you'll be a more productive developer as a result.

like image 21
edralph Avatar answered Sep 16 '22 18:09

edralph