Command Palette

Search for a command to run...

Progress

Displays an indicator showing the completion progress of a task. Built on Base UI Progress primitive.

Installation

npx shadcn add progress --registry https://ui.ch.sh/r

Usage

import { Progress } from "@/components/ui/progress"

export default function Example() {
  return <Progress value={60} />
}