svelte-star-rating
/!\ This is a test package made with Svelte /!\ .
Svelte component for star rating.
To use this component :
- Clone & run 'npm i' inside the folder
- Still in this folder, run 'npm link'
- Open a terminal inside the folder of your Svelte project
- Run 'npm link /path/svelte-star-rating' replacing '/path' with the component's folder path on your machine.
- Just import the component from 'svelte-star-rating' in your project.
Source : https://dev.to/ernanej/how-to-develop-a-svelte-component-and-publish-it-as-a-package-in-npm-40pc