0.1 刻みの「★」評価が作れるライブラリです。
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
🚧 [demo]()
new Rating();
new Rating({
filledColor: 'pink', // color
emptyColor: 'red', // color
});
<span class="rs">2.5/5</span>
<div class="rs">2.5/5</div>