A cell.js component for the "Fork me on Github" banner.
Simply call ForkMe() with your repo URL as param.
View the demo here
varapp={$cell: true,$components: [/****************** Your app goes here ******************/,ForkMe(YOUR_REPO_URL)]}<html><scriptsrc="https://www.celljs.org/cell.js"></script><scriptsrc="https://intercellular.github.io/forkme/forkme.js"></script><script>varapp={$cell: true,$components: [// My App{class: "list",$components: [{$type: "h1",$text: "Hello World"},{$type: "p",$text: "This is an example app"}]},// Fork Me on GithubForkMe("https://github.com/intercellular/forkme")]}</script></html>