Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good CSS button framework for Compass?

I'd like to be able to configure colors, gradients, etc..

like image 701
Mike Ho Avatar asked Dec 03 '10 22:12

Mike Ho


3 Answers

I'd check out the following:

  • Fancy Buttons
  • Multi-Line Buttons
  • Stylish Buttons
  • Button Tutorial

Maybe one of these will help you, if not, make your own button library.

like image 89
chriseppstein Avatar answered Sep 20 '22 03:09

chriseppstein


I'm using fancy-buttons sass plugin: https://github.com/imathis/fancy-buttons Its fully customizable.

like image 23
Denis Soloshenko Avatar answered Sep 24 '22 03:09

Denis Soloshenko


Sassy Buttons is another Compass extension to create CSS3-buttons (with proper fallbacks for older browsers). It's highly configurable and offers various gradient-, text- and button-styles out of the box.

like image 44
fk_ Avatar answered Sep 22 '22 03:09

fk_