Buttonic is a rich CSS button library built with LESS, created by Breno that can be easily (I hope so) modified.
You can check live exaples here.
- Download the CSS files.
- Include following rules into your code (the styles that you want, add Font-Awesome if you are going to use icons).
<link rel="stylesheet" type="text/css" href="css_path/buttonic-plain.css">
<link rel="stylesheet" type="text/css" href="css_path/buttonic-push.css">
<link rel="stylesheet" type="text/css" href="css_path/buttonic-flat.css">
<link rel="stylesheet" type="text/css" href="css_path/buttonic-badge.css">
- You're all set!
- Clone the repo
- Install LESS
- Install gulp
- Edit files
- run
gulp styles
to compile the files
Buttonic works in all modern browsers (Chrome, Firefox, Safari, Opera) but it was not tested on IE.