/buttonic

A rich CSS button library built with LESS

Primary LanguageCSSApache License 2.0Apache-2.0

Buttonic

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.

Use-only

  1. Download the CSS files.
  2. 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">

  1. You're all set!

Customise Buttons

  1. Clone the repo
  2. Install LESS
  3. Install gulp
  4. Edit files
  5. run gulp styles to compile the files

Browser Support

Buttonic works in all modern browsers (Chrome, Firefox, Safari, Opera) but it was not tested on IE.