Download star-rating.js file
import the star-rating.js
file to your html
page
<script type="module">
import StarRating from "PATH/star-rating.js";
</script>
<star-rating data-size="5rem" data-rating="3.7" readonly></star-rating>
This repository is available under the MIT license.