1.0.0 • Published 9 months ago

@pss-aileen/rating-star v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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 RaitingStar();

🚧 Basic + Options

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

🚧 2. HTML

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

9 months ago