Command Palette

Search for a command to run...

Progress

shadcn/ui

Displays an indicator showing the completion progress of a task.

import { Progress } from "@/registry/optics/progress";<Progress value={33} />

Installation

pnpm dlx shadcn@latest add https://optics.agusmayol.com.ar/r/progress.json

Props

<Progress />
Name
Type
className
string
value
number (0-100)
max
number (default: 100)