Components
Loading preview...
Display progress relative to a limit or related to a task.
@shugar
npx shadcn@latest add https://21st.dev/r/shugar/progressimport { Progress } from "@/components/ui/progress";
export default function DefaultDemo() {
return <Progress value={30} />;
}