github-corner
v2.0.3
Published
Custom element for GitHub corner
Maintainers
Readme
This builds on the work of tholman.
See the demo.
Installation
<!-- Custom Elements polyfill (2.9KB) -->
<script src="https://unpkg.com/@webcomponents/[email protected]"></script><!-- our custom element's source (6.1KB) -->
<script src="https://unpkg.com/[email protected]"></script>Basic usage
<github-corner>
<a href="https://github.com/aaronshaf/github-corner-element">GitHub</a>
</github-corner>Specify colors:
<github-corner fill="white" color="black">
<a href="https://github.com/aaronshaf/github-corner-element">GitHub</a>
</github-corner>Move it to the left:
<github-corner position="left">
<a href="https://github.com/aaronshaf/github-corner-element">GitHub</a>
</github-corner>