Skip to content

zoe042300/web-components-star-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web components star rating

Preview

Installation

Step 1

Download star-rating.js file

Step 2

import the star-rating.js file to your html page

<script type="module">
  import StarRating from "PATH/star-rating.js";
</script>

Usage

<star-rating data-size="5rem" data-rating="3.7" readonly></star-rating>

License

This repository is available under the MIT license.

About

simple star rating using web components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published