Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Installation
npx @hanzo/ui@latest add progressUsage
import { Progress } from "@/components/ui/progress"<Progress value={33} />Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
npx @hanzo/ui@latest add progressimport { Progress } from "@/components/ui/progress"<Progress value={33} />