svelte-simple-progressbar
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

guage_svelte

Using in a Svelte app

import ProgressBar from 'svelte-simple-progressbar';
<ProgressBar
      value={50}
    tickLayout="right"  
    tickInterval={10} 
    scaleInterval={10}
    tickMax={100}
    tickMin={0}
    width={80} 
    height={250} 
    bgColor="#333333"
    maskColor="green"
    boardColor="#4d4d4d"
    labelColor="black"
    labelAlign="bottom" 
    strokewidth={6}
    round
    gradientBackground
    hideScale
  />

Readme

Keywords

none

Package Sidebar

Install

npm i svelte-simple-progressbar

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

33.5 kB

Total Files

8

Last publish

Collaborators

  • omelette0901