ComponentsProgress
Progress
Communicates the completion of a task or process along a horizontal track.
Installation
bunx @swift-rust/ui add progress
Usage
tsx
1import { Progress } from "@/components/ui/progress";23<Progress value={class="text-amber-400">66} />