Rating Official Website
Bootstrap Rating is a jQuery plugin that creates a rating control that uses Bootstrap glyphicons for rating symbols
Css
<!-- Rating plugin -->
<script src="{{url_for('static' ,filename='libs/bootstrap-rating/bootstrap-rating.css')}}"></script>
Javascript
<!-- Rating plugin -->
<script src="{{url_for('static' ,filename='libs/bootstrap-rating/bootstrap-rating.min.js')}}"></script>
Initjs (Custom js)
<!-- rating init -->
<script src="{{url_for('static' ,filename='js/pages/rating-init.js')}}"></script>
Add Package
yarn add bootstrap-rating --save
Remove Package
yarn remove bootstrap-rating or you can remove package by removing specific package from package.json
Examples:
| Title | Javascript |
|---|---|
| Common js |
|