Progress
Progress indicator
Preview
Installation
npx shadcn@latest add @glitchcn/progressUsage
import { Progress } from "@/components/ui/progress"
<Progress value={33} />
<Progress value={66} />
<Progress value={100} />Progress indicator
npx shadcn@latest add @glitchcn/progressimport { Progress } from "@/components/ui/progress"
<Progress value={33} />
<Progress value={66} />
<Progress value={100} />