+
Size | Example |
---|---|
.btn-xs | |
.btn-sm | |
default | |
.btn-lg | |
.btn-block |
Use | Example |
---|---|
Only icon | |
Plain | |
With icon | |
Any content | |
Inversed |
bower install BrandButtons
<link rel="stylesheet" src="dist/brand-buttons.min.css">
<button class="btn btn-facebook">Facebook</button>
or <a href="" class="btn btn-facebook">Facebook</a>
.btn-brand-inversed
git clone https://github.com/theaqua/BrandButtons.git
npm install -g grunt-cli coffee-script
cd BrandButtons
, install dev dependencies: npm install
grunt serve
or grunt build