Docs
进度

进度

显示指示任务完成进度的指示器,通常显示为进度条。

安装

¥Installation

pnpm dlx shadcn@latest add progress

用法

¥Usage

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