Progress
Displays an indicator showing completion progress.
Installation
Installs the style saved in lily.json. For a new Diamond project,
run lily-svelte init --style diamond first.
Install the lily base and `utils` (run once per project).
npx lily-svelte@latest init Copy the progress source from the registry into $lib/components/ui/progress.
Usage
<script lang="ts">
import { Progress } from '$lib/components/ui/progress';
</script>
<Progress value={66} />