Simple Web Component that displays a clickable "favorite star". The star has a neat animation when it's activated.
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>Install it with bower:
$ bower install favorite-staror with npm:
$ npm install favorite-starInclude it in your page:
<link rel="import" href="path/to/favorite-star.html">That's all Folks!