svelte-color-progressbar
v1.0.2
Published
### Installation
Downloads
2
Maintainers
Readme
svelte-color-progressbar
Installation
Install using NPM
npm i svelte-color-progressbar
Import package to your component
import Progress from 'svelte-color-progressbar'
Use
Put this in your html
<Progress/>
Options
svelte-color-progressbar support for these options
| Option | Type | Default | | ------ | ------ | ------ | | progress | number | 50 | | color | string | Blue |
Example:
<Progress progress={50} color={'blue'}/>