Skip to content

The github-fork is a cool option to quickly add the "Fork me on github" ribbon to your projects.

Notifications You must be signed in to change notification settings

Abhijith14/github-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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

About

The github-fork is a cool option to quickly add the "Fork me on github" ribbon to your projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.1%
  • CSS 24.9%