A progress bar. Omit the value for an indeterminate, looping state.
Copy the command below and run it in your terminal.
bunx @sivir/ui add progress
pnpm dlx @sivir/ui add progress
npx @sivir/ui add progress
yarn dlx @sivir/ui add progress
Import the Progress component and use it:
import { Progress } from '$lib/sivir/components/progress'; <Progress value={28} /> <Progress indeterminate />
Explore Progress in different states and configurations.