Document
    Getting Started
    Installation

Rating

Ratings provide insight regarding others' opinions and experiences, and can allow the user to submit a rating of their own.

Basic Rating

<div class="rating">
  <fieldset class="stars">
    <input type="radio" name="stars" id="star-1" value="1" />
    <label for="star-1"></label>
    <input type="radio" name="stars" id="star-2" value="2" />
    <label for="star-2"></label>
    <input type="radio" name="stars" id="star-3" value="3" />
    <label for="star-3"></label>
    <input type="radio" name="stars" id="star-4" value="4" />
    <label for="star-4"></label>
    <input type="radio" name="stars" id="star-5" value="5" />
    <label for="star-5"></label>
  </fieldset>
</div>