The github-fork Vanilla JS custom element web component is a cool option to quickly add the 'Fork me on github' ribbon/button to your web projects.
- Load the WebComponents polyfill:
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.3/webcomponents.min.js"></script>
- Import the Awesome-Button:
<link rel="import" href="/github-fork.html">
- Use it:
<github-fork href="http://github.com/rcaferati/github-fork"></github-fork>
Install the component using Bower:
$ bower install github-fork --save
- Checkout my Full-Stack Web Developer Website
- Other open source projects @ Code Laboratory
- A scope of my work @ Web Portfolio
Copyright 2015 Rafael Caferati