New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github-corner

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-corner

Custom element for GitHub corner

Source
npmnpm
Version
1.0.7
Version published
Weekly downloads
33
-43.1%
Maintainers
1
Weekly downloads
 
Created
Source

This builds on the work of tholman.

See the demo.

React custom element boilerplate

<!-- customElements polyfill (12.2KB) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/document-register-element/1.1.1/document-register-element.js"></script>
<!-- our custom element's source (6.1KB) -->
<script src="https://unpkg.com/github-corner"></script>

Basic usage:

<github-corner href="https://github.com/aaronshaf/github-corner-element"></github-corner>

Specify colors:

<github-corner href="https://github.com/aaronshaf/github-corner-element" fill="white" color="black"></github-corner>

Move it to the left:

<github-corner href="https://github.com/aaronshaf/github-corner-element" position="left"></github-corner>

Keywords

custom

FAQs

Package last updated on 19 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts