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.
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
<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>
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
@peterblazejewicz