Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/polymer-github-ribbon
:ribbon: Polymer component for the github ribbon.
https://github.com/reggi/polymer-github-ribbon
Last synced: about 1 month ago
JSON representation
:ribbon: Polymer component for the github ribbon.
- Host: GitHub
- URL: https://github.com/reggi/polymer-github-ribbon
- Owner: reggi
- Created: 2014-07-23T20:17:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T21:18:54.000Z (over 10 years ago)
- Last Synced: 2024-10-05T10:48:12.978Z (about 2 months ago)
- Language: CSS
- Homepage: http://reggi.github.io/polymer-github-ribbon
- Size: 402 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Polymer Github Ribbon
## Installation
```
bower install reggi/polymer-github-ribbon --save
```## Usage
Drop the following lines within the `` tag.
To create a new banner use the `` tag.
```
```
## Attributes
### `href`
The url to the github repo. (required)### `color`
The color of the ribbon.* red
* green
* black (default)
* orange
* gray
* white### `corner`
Which side of the page the ribbon will show on.
* right (default)
* leftSource: [Github Ribbons](https://github.com/blog/273-github-ribbons)