Skip to content

Progress

Terminal window
npx stylesheet-ui add progress
import { Progress } from "@/components/ui/progress";
<Progress value={42} />
<Progress value={80} height={4} />
<Progress indeterminate />