Skip to content

nowackipawel/bootstrap-social-1

 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • HTML 22.7%
  • CSS 8.5%