bt4-social

Social Buttons for Bootstrap 4 and Font Awesome 5 Free


Keywords
social-buttons, bootstrap, css, font-awesome
License
MIT
Install
npm install bt4-social@1.0.1

Documentation

Social Buttons for Bootstrap

Social Buttons made in pure CSS based on Bootstrap and Font Awesome!

Installation

Include the bootstrap-social.css, bootstrap-social.less or bootstrap-social.scss in your project, or install it through npm:

npm i bt4-social

Available classes

  • btn-adn
  • btn-bitbucket
  • btn-dropbox
  • btn-facebook
  • btn-flickr
  • btn-foursquare
  • btn-github
  • btn-google
  • btn-instagram
  • btn-linkedin
  • btn-microsoft
  • btn-odnoklassniki
  • btn-openid
  • btn-pinterest
  • btn-reddit
  • btn-soundcloud
  • btn-tumblr
  • btn-twitter
  • btn-vimeo
  • btn-vk
  • btn-yahoo

Examples

<a class="btn btn-block btn-social btn-twitter">
  <span class="fa fa-twitter"></span>
  Sign in with Twitter
</a>

<a class="btn btn-social-icon btn-twitter">
  <span class="fa fa-twitter"></span>
</a>

Notes

Created with the base of the original project: bootstrap-social