Docs
Progress

Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Loading...

Installation

	npx svell@latest add progress

Usage

	<script lang="ts">
  import { Progress } from "$lib/components/ui/progress";
</script>
 
<Progress value={33} />

Built & designed by shadcn. Ported to Svelte by netronk. The source code is available on GitHub.