Rating is used to determine or receive the feedback from the
users.
Usages
This is the default rating components with size of 32px/2rem.
< -- For Rating -->
<div class="flex align-center select-rating" >
<input type="radio" name="rating" id="star1" class="hide" value="1" />
<label for="star1"><i class="fa fa star"></i> </label>
<input type="radio" name="rating" id="star2" class="hide" value="2" />
<label for="star2"><i class="fa fa star"></i> </label>
<input type="radio" name="rating" id="star3" class="hide" value="3" />
<label for="star3"><i class="fa fa star"></i> </label>
<input type="radio" name="rating" id="start4" class="hide" value="4" />
<label for="start4"><i class="fa fa star"></i> </label>
<input type="radio" name="rating" id="star5" class="hide" value="5" />
<label for="star5"><i class="fa fa star"></i> </label>
</div>