Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

peterblazejewicz/bootstrap-social

Repository files navigation

bootstrap-social

Social Sign-In Buttons for Bootstrap 4 and FontAwesome 5. Derived from effectively defunct: https://github.com/lipis/bootstrap-social

The rewritten version is based on flexbox, Bootstrap 4 and FontAwesome 5.

Working Draft

Working Draft

Available classes

  • 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>

Development

The following will install dependencies, copy static assets to output project for the website and start a local development server:

yarn

yarn build

yarn serve

Author

@peterblazejewicz