Docs
Progress
Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Installation
npx shadcn-svelte add progress
npx shadcn-svelte add progress
Usage
<script lang="ts">
import { Progress } from "$components/ui/progress";
</script>
<script lang="ts">
import { Progress } from "$components/ui/progress";
</script>
<Progress value={33}>
<Progress value={33}>
On This Page