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