0.2.1 • Published 1 year ago

@tsukina-7mochi/github-cards v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

GitHub Cards

A cutting-edge library designed to enhance the presentation of GitHub repositories and user profiles on your website. With minimal setup, you can embed dynamic, beautifully designed summaries of GitHub repositories that include key details such as descriptions, stars, forks, licenses, and topics. Built on modern Web Components technology, this library is both easy to use and highly customizable.

Features

  • Comprehensive Repository Information: Display essential details like description, stars, forks, license, language, topics and user avatar.
  • Beautiful Design: Out-of-the-box aesthetics that enhance the visual appeal of your website.
  • Easy Integration: Simply include a <script> tag and use the custom element.
  • Customization: Use CSS variables to customize the appearance and seamlessly integrate with your website's style.
  • Performance Optimization: Caches responses from the GitHub API to avoid rate limits and uses the Cache API and Lock API to efficiently manage requests, even across sessions.

Feature plans

  • Implemet a card for GitHub users to display user profiles with details such as follower count, repository count, and more.

Demo

repository card (light)

repository card (dark)

Check out this live demo to see GitHub Repo Cards in action:

https://tsukina-7mochi.github.io/github-cards/

Usage

via CDN

You can import script from CDN esm.sh. Add the following <script> tag to your HTML document to load library:

<script type="module" async src="https://esm.sh/@tsukina-7mochi/github-cards"></script>

Use the <gh-repo-card> custom element wherever you want to display a GitHub repository card:

<gh-repo-card name="Tsukina-7mochi/github-cards></gh-repo-card>

See docs directory for demonstration page implementation.

via npm

You can simply import this library instead of loading from CDN:

require('@tsukina-7mochi/github-cards`);
// or
import '@tsukina-7mochi/github-cards`;

API

gh-repo-card

Attributes

attributedescription
nameRepository name e.g. Tsukina-7mochi/github-cards (required)
no-avatarSet true to hide user avatar
no-descriptionSet true to hide repository description
no-starsSet true to hide stars count
no-forksSet true to hide forks count
no-licenseSet true to hide license
no-languageSet true to hide language
no-topicsSet true to hide topics

Customizations

CSS colors

CSS variabledefaultdescription
--gh-card-color-border#c0c0c0Border color
--gh-card-color-background-hoverrgb(0 0 0 / 3%)Background color of card when hovered
--gh-card-color-background-activergb(0 0 0 / 5%)Background color of card when active
--gh-card-color-fg#404040Foreground (text) color
--gh-card-color-fg-2#808080Foreground color (light)
--gh-card-color-link#646cffColor of link text

Thanks

0.2.1

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago