Description: A Svelte package for customizable progress bars.
You can install this package via npm:
npm install progressbar-svelte
To use the ProgressBar
component, import it into your Svelte file:
<script lang="ts">
import { ProgressBar } from "progressbar-svelte";
</script>
<ProgressBar color="red" height="0.125em" exitDelay="500" startPosition="0"/>
<slot />
color
"red"
height
"0.125em"
exitDelay
"500"
startPosition
"0"
Contributions are welcome! Please follow the guidelines in CONTRIBUTING.md before submitting pull requests.
This package is licensed under the MIT License. See LICENSE for more details.
If you encounter any issues with this package, please report them here.