pss-aileen / library-rating-star

[🚧 開発中] 0.1 刻みで★評価が表示できるライブラリ
Apache License 2.0
0 stars 0 forks source link

Raiting Star ⭐️

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

License

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

[demo]()

Codepen Examples


インストール

Basic

CSS <head>

JavaScript </body>の前

package manager

library-rating-star をインストール

npm install library-rating-star

How to use it?

1. スクリプト

シンプル

new RaitingStar();

オプション付き

new RaitingStar({
  filledColor: 'pink', // 色
  emptyColor: 'red', // 色
});

2. HTML

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