An open API service indexing awesome lists of open source software.

https://github.com/rocktimsaikia/github-card

Github profile web component that actually looks good
https://github.com/rocktimsaikia/github-card

github-card github-profile-card profile-card web-components widget

Last synced: 5 months ago
JSON representation

Github profile web component that actually looks good

Awesome Lists containing this project

README

        


github-card 🌈


Beautiful embeddable github profile card for your portfolio.

Here is a live codepen Demo



CI
npm version



## Highlights

- Tiny and Zero dependencies (`~4kb`)
- Simple and easy to use
- Minimal and neat design
- Dark theme available

## Installation
Available on [npm](https://www.npmjs.com/) as [**@rocktimsaikia/github-card**](https://www.npmjs.com/package/@rocktimsaikia/github-card).

```sh
npm install @rocktimsaikia/github-card
```
or with `yarn`
```sh
yarn add @rocktimsaikia/github-card
```

## Usage

Since this an [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) web component, you can use it both as a script or through installation.

```js
import '@rocktimsaikia/github-card'

```

Or use it as a script in a `html` file :
```html

```

## Theme
You can enable the optional dark theme by setting the `data-theme` attribute to `dark`

```html

```
## License

2021 © MIT [Rocktim Saikia](https://rocktimcodes.site)