Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
npx shadcn-svelte@next add progress
Install bits-ui
npm install bits-ui -D
Copy component code
<script lang="ts"> import { Progress } from "$lib/components/ui/progress/index.js"; </script>
<Progress value={33} />