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