Progress
shadcn/uiDisplays an indicator showing the completion progress of a task.
Installation
Props
<Progress />
Name
Type
className
string
value
number (0-100)
max
number (default: 100)
Search for a command to run...
Displays an indicator showing the completion progress of a task.
import { Progress } from "@/registry/optics/progress";<Progress value={33} />import { Progress } from "@/registry/optics/progress";<Progress value={33} />