brandbuttons

0.2.1 • Public • Published

Brand buttons for Bootstrap

Brand buttons for Bootstrap

Usage

  • Install from Bower registry: bower install BrandButtons
  • Include 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!

Development install

  • Clone repository git clone https://github.com/evgenyrodionov/bootstrap-brand-buttons.git
  • Install Grunt.js and CoffeeScript (globally): npm install -g grunt-cli coffee-script
  • Go to project cd bootstrap-brand-buttons, install dev dependencies: npm install
  • Run grunt serve or grunt build

License

MIT

Contributing

You can request new button as issue or pull request. Also I have Gumroad for donate.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    1

Package Sidebar

Install

npm i brandbuttons

Weekly Downloads

1

Version

0.2.1

License

none

Last publish

Collaborators

  • evgenyrodionov