6.8k

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

Docs API Reference

Installation

pnpm dlx shadcn-svelte@latest add progress

Usage

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