GitHub

Progress

Displays the status of a task that takes a long time

Installation

pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/progress.json

Usage

import { Progress } from "@/components/ui/progress";
<Progress value={50} />