Custom element tag to show github repository
- ultra light - 12KB without gzip (4.5KB - gzipped)
- library agnostic
- provides fallback if no JS available (or for old browsers)
Params
Preview
https://github.com/sveltejs/svelte
loading...
Code for embedding
<github-card repo="sveltejs/svelte" wide="yes"> <a href="https://github.com/sveltejs/svelte">https://github.com/sveltejs/svelte</a> <script defer src="https://cdn.jsdelivr.net/gh/reddec/github-card@1/dist/github-card.min.js"></script> </github-card>