svelte-progressbar
A multiseries, SVG progressbar component made with Svelte
File Explorer
Download Latest Version (.zip)- Arc.svelte
- CustomShapeProgressBar.svelte
- index.js
- LinearProgressBar.svelte
- ProgressBar.svelte
- ProgressLabel.svelte
- RadialProgressBar.svelte
- SeriesArc.svelte
- stores.ts
- types.d.ts
- utils.ts
- +page.svelte
- app.d.ts
- app.html
- .gitignore
- .npmignore
- _config.yml
- LICENSE
- package-lock.json
- package.json
- README.md
- svelte.config.js
- tsconfig.json
- tsconfig.node.json
- vite.bundle.config.js
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/okrad/svelte-progressbar
Downloads the entire project code from GitHub to your computer.
cd svelte-progressbar
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i @okrad/svelte-progressbar
Type this command into your terminal and run it.
npm run package
Type this command into your terminal and run it.
npm run bundle
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
