0.1 刻みの星評価が作れるライブラリです。
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
[demo]()
CSS <head>
JavaScript </body>
の前
library-rating-star
をインストール
npm install library-rating-star
new RaitingStar();
new RaitingStar({
filledColor: 'pink', // 色
emptyColor: 'red', // 色
});
<span class="rs">2.5/5</span>
<div class="rs">2.5/5</div>