![Bootstrap Brand Buttons](https://raw.githubusercontent.com/cdgco/bootstrap-brand-buttons/gh-pages/BBB%20Banner.png)

### Usage
 * Install: npm i @cdgco/brand-buttons
 * Include `dist/brand-buttons.min.css` to your file: `<link rel="stylesheet" src="dist/brand-buttons.min.css">`
 * Use as Bootstrap button: `<button class="btn btn-facebook">Facebook</button>` or `<a href="" class="btn btn-facebook">Facebook</a>`
 * You can:
  * Use different sizes: `btn-xs`, `btn-sm`, `btn-lg` or `btn-block`
  * Use with Font Awesome: `<a href="" class="btn btn-facebook"><i class="fa fa-facebook"></i> Facebook</a>`
  * Or anything else you prefer to do with Bootstrap buttons!

### License
MIT

### Contributing
You can request new buttons through [issues](https://github.com/cdgco/bootstrap-brand-buttons/issues) or [pull requests](https://github.com/cdgco/bootstrap-brand-buttons/pulls).
