<ui-rating class="massive star" rating="5" max="15"></ui-rating>
Initialize ui-rating with a rate.
Maximum possible rate.
Change the type ('heart' or 'star') and size ('mini', 'tiny', 'small', 'large', 'huge', 'massive') of the ui-rating component.
<ui-rating class="heart"></ui-rating>
<ui-rating class="huge heart" max="7"></ui-rating>
Here is the Jade template of this component. The content blocks can be replaced using a selector. Important: Make sure you include all the Vue.js directives as in the original template for the Component to work.