A simple tool to use star-rating.
Demo: https://svelte.dev/repl/b6016aad3d6d4357b1da160254c405e2?version=3.38.2
| Prop | Data Type | Required | Default |
|---|---|---|---|
| ratingChanged | (rating) => void |
true | - |
| rating | number |
false | 0 |
| fillColor | string |
false | gold |
| emptyColor | string |
false | grey |
| size | number |
false | 24 |
MIT