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

https://github.com/pokkur/forkme

Stick a 'Fork Me On GitHub' ribbon onto the page.
https://github.com/pokkur/forkme

github javascript-library

Last synced: about 2 months ago
JSON representation

Stick a 'Fork Me On GitHub' ribbon onto the page.

Awesome Lists containing this project

README

          

# @pokkur/Forkme

Stick a 'Fork Me On GitHub' ribbon onto the page.
> [demo](https://pokkur.github.io/forkme/)

## Setup

### npm

```js
import Forkme from '@pokkur/forkme'
```

or

### browser

```html

```

## Usage

```js
const Ribbon = new Forkme('pokkur/forkme', 'right')
```

### You can add Forkme custom style

```scss
[class^="forkme--"] {
&:hover {
opacity: .1 !important;
color: yellow !important;
}
}
```

## Next

- [ ] Light Color

# License

MIT © Pokkur