Raterjs-Ratings
Overview Official Website
Rater js is the best star rater for the browser. No dependencies. Unlimited number of stars.
Javascript
<!-- rater-js plugin -->
<script src="{% static 'libs/rater-js/index.js'%}"></script>
Initjs (Custom js)
<!-- rating init -->
<script src="{% static 'js/pages/rating.init.js'%}"></script>
Add Package
yarn add rater-js --save
Remove Package
yarn remove rater-js or you can remove package by removing specific package from package.json
Examples
Title | Javascript |
---|---|
Basic Rater |
|
Rater with Step |
|
Custom Messages |
|
Example with unlimited number of stars. readOnly option is set to true |
|
On Hover Event |
|
Clear/Reset Rater |
|