A circular progress bar as a Svelte component. [Demo page](https://stephane-vanraes.github.io/svelte-progresscircle/)
npm install svelte-progresscircle-ilkkahA circular progress bar as a Svelte component.
Demo page
``html`
The maximum value.
The current value.
The component shows the current value in the center of the circle by default in a rather plain unstyled way. This is however the fallback behaviour for a slot offering the opportunity to style this to your needs:
`html``
{value}
This component use CSS Variables for the styling with certain defaults, overriding these can easily be done in the parent.
The background color, defaults to _transparent_.
The linecap defining how the edge of the progressbar will look like, defaults to _round_.
The color of the actually bar, defaults to _lightgreen_
The color of the track, defaults to _grey_
The width of the bar, defaults to _10px_.
The width of the track, defaults to _9px_.