argelius / favorite-star

Simple Web Components that displays a clickable "favorite star"
MIT License
11 stars 2 forks source link

<favorite-star></favorite-star>

Simple Web Component that displays a clickable "favorite star". The star has a neat animation when it's activated.

Check it out!

Usage

Just put it in your page:

<favorite-star></favorite-star>

You can use the attribute active to display a golden star:

<favorite-star active></favorite-star>

Installation

Install it with bower:

$ bower install favorite-star

or with npm:

$ npm install favorite-star

Include it in your page:

<link rel="import" href="https://github.com/argelius/favorite-star/blob/master/path/to/favorite-star.html">

That's all Folks!