2.0.3 • Published 7 years ago

github-corner v2.0.3

Weekly downloads
102
License
MIT
Repository
github
Last release
7 years ago

This builds on the work of tholman.

See the demo.

Installation

<!-- Custom Elements polyfill (2.9KB) -->
<script src="https://unpkg.com/@webcomponents/custom-elements@1.0.0-alpha.3"></script>
<!-- our custom element's source (6.1KB) -->
<script src="https://unpkg.com/github-corner@2.0.3"></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>
2.0.3

7 years ago

2.0.2

7 years ago

2.0.0

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago