Documentation
Components
Progress

Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Installation

npx shadcn@latest add https://exawizards.com/exabase/design/registry/progress.json

Usage

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

API

See the Progress – Radix Primitives (opens in a new tab) documentation.

Examples

Custom