3

Progress

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

Installation

bunx --bun shadcn@latest add https://ui.brodin.dev/r/progress.json

Usage

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