0.2.1 • Published 9 years ago

star-rating-tag v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Star Rating

A Web Component that displays a rating using unicode stars. Supports fraction and customizing the number of stars.

Usage

Use the <star-rating> tag in your page:

<star-rating max="10" value="6.5"></star-rating>

Demo

You can check out a demo here.

Install it with bower:

$ bower install star-rating-tag

or with npm:

$ npm install star-rating-tag

Include it in your page:

<link rel="import" href="path/to/star-rating.html">