You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
556 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test my-rating WebComponent</title>
<script src="https://code.jquery.com/jquery-3.4.1.slim.js" integrity="sha256-BTlTdQO9/fascB1drekrDVkaKd9PkwBymMlHOiG+qLI=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.0.0/webcomponents-loader.js"></script>
<script src="ratings.js"></script>
</head>
<body>
<my-rating id="myRatingComponent" max-value="6" value="2"></my-rating>
</body>
</html>