Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.57 KB

<github-fork/>

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.

Live demo

Access the live demo here.

github fork

Browser support

browser support

Quick usage

github-fork

  1. Load the WebComponents polyfill:
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.3/webcomponents.min.js"></script>
  1. Import the Awesome-Button:
<link rel="import" href="/github-fork.html">
  1. Use it:
<github-fork href="http://github.com/rcaferati/github-fork"></github-fork>

Install or download

Install the component using Bower:

$ bower install github-fork --save

Or download the zip file.

Author

Rafael Caferati

License

MIT: http://mit-license.org/

Copyright 2015 Rafael Caferati