Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Epicenter
Local-first, open source apps
Installation
Install bits-ui:
Copy and paste the following code into your project.
Usage
<script lang="ts">
import { Progress } from "$lib/components/ui/progress/index.js";
</script> <Progress value={33} />