显示一个指示任务完成进度的指示器,通常以进度条的形式显示。
npx shadcn@latest add progress
import { Progress } from "@/components/ui/progress"
<Progress value={33} />
在本页