Install using NPM
npm i svelte-color-progressbar
import Progress from 'svelte-color-progressbar'
Put this in your html
<Progress/>
svelte-color-progressbar support for these options
Option | Type | Default |
---|---|---|
progress | number | 50 |
color | string | Blue |
Example:
<Progress progress={50} color={'blue'}/>