1.0.2 • Published 3 years ago
svelte-color-progressbar v1.0.2
svelte-color-progressbar
Installation
Install using NPM
npm i svelte-color-progressbarImport 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'}/>