UNPKG

svelte-star-rating

Version:

A simple svelte component that shows a rating from 0 to 5 with svg stars when passed a number.

3 lines (2 loc) 122 B
// from https://gist.github.com/gordonbrander/2230317 export default () => '_' + Math.random().toString(36).substr(2, 9);