{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "progress", "dependencies": [ "@radix-ui/react-progress" ], "files": [ { "path": "components/ui/progress.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\nimport * as ProgressPrimitive from \"@radix-ui/react-progress\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Progress({\n className,\n value,\n ...props\n}: React.ComponentProps) {\n return (\n \n \n \n )\n}\n\nexport { Progress }\n", "type": "registry:ui" } ], "type": "registry:ui" }