Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 565 Bytes

Meteor Stars Rating UI

Provides a simple stars-rating component based on the awesome barbatus:stars-rating. It let's users rate your page, blog posts or anything else based on the given id parameter.

<div class="comment-section">
    {{> starsRatingBox id="documentId" }}
</div>

See GUIDE.md for more detailed information to the Javascript API.

How to install

meteor add arkham:stars-rating-ui