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.
- Host: GitHub
- URL: https://github.com/pokkur/forkme
- Owner: pokkur
- License: mit
- Created: 2018-09-19T03:09:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T00:47:45.000Z (almost 8 years ago)
- Last Synced: 2025-09-01T03:16:33.649Z (10 months ago)
- Topics: github, javascript-library
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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