Magnificent UI

Rating

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

// CSS
@import url("https://magnificentui.netlify.app/src/components/rating/rating.css");

// HTML
<link rel="stylesheet" href="https://magnificentui.netlify.app/src/components/rating/rating.css">

rating

<div class="rating">
	<i class='bx bxs-star'></i>
	<i class='bx bxs-star'></i>
	<i class='bx bx-star'></i>
	<i class='bx bx-star'></i>
	<i class='bx bx-star'></i>
</div>

Note: Used 10px as root font size.