Your GitHub profile repos in some cards.
npm install github-repo-cardshtml
``
Usage
The way of using it is via the custom element github-repo-cards as in the following example:
``html
``
Parameters
The cards are customizable. You can pass parameters to the section to make changes to the cards.
$3
Your GitHub username.
$3
The parameter data-target-blank is to configure if the links are opened by default in a new tab or not. If you want them to open in a new tab, the value should be true, else, the value should be false.
$3
The parameter data-background` is to configure the background of the container. The value can be a color in rgb, rgba, hex, hsl, or the name of the color (the supported values of the native CSS background).