Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)
* left

Source: [Github Ribbons](https://github.com/blog/273-github-ribbons)