Display progress relative to a limit or related to a task.
Loading preview...
import { Progress } from "@/components/ui/progress"; export default function DefaultDemo() { return <Progress value={30} />; }