Displays the status of a task that takes a long time
pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/progress.json
import { Progress } from "@/components/ui/progress";
<Progress value={50} />