Display progress relative to a limit or related to a task.
import { Progress } from "@/components/ui/progress"; export default function DefaultDemo() { return <Progress value={30} />; }
Part of Geist — browse the full library on 21st.dev.