Progress

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



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/progress.json


Usage

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