pss-aileen / library-rating-star

0.1 刻みで★評価が表示できるライブラリ [2024/11/12] README整備後使えるようになります。しばらくお待ちください。
https://pss-aileen.github.io/library-rating-star/
Apache License 2.0
0 stars 0 forks source link
css html javascript rating star typescript

Raiting Star ⭐️

0.1 刻みの「★」評価が作れるライブラリです。

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

🚧 [demo]()


🚧 Installation

🚧 Basic

🚧 CSS

🚧 JavaScript

🚧 package manager

🚧 How to use it?

🚧 1. JavaScript

🚧 Basic

new Rating();

🚧 Basic + Options

new Rating({
  filledColor: 'pink', // color
  emptyColor: 'red', // color
});

🚧 2. HTML

<span class="rs">2.5/5</span>
<div class="rs">2.5/5</div>