Progress
Displays an indicator showing the completion progress of a task.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/progressUsage
Import the component from the package:
import { Progress } from "@/registry/ui/progress"Then use it in your application:
<Progress />