显示任务完成进度的指示器,通常显示为进度条。
pnpm dlx shadcn@latest add progress
import { Progress } from "@/components/ui/progress"
<Progress value={33} />
本页内容