+
Size | Example |
---|---|
.btn-xs | |
.btn-sm | |
default | |
.btn-lg | |
.btn-block |
Use | Example |
---|---|
Only icon | |
Plain | |
With icon | |
Any content | |
Inversed |
npm install bootstrap-brand-buttons
dist/brand-buttons.min.css
to your file: <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>
brand-buttons-inversed.min.css
and use as .btn-{brand}-inversed
git clone https://github.com/evgenyrodionov/bootstrap-brand-buttons.git
npm install -g grunt-cli coffee-script
cd BrandButtons
, install dev dependencies: npm install
grunt serve
or grunt build