Open GitHub repository
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";
2 
3<Progress value={class="text-amber-400">66} />

Examples