{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "progress", "files": [ { "path": "registry/radix-sera/ui/progress.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\nimport { Progress as ProgressPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@/registry/radix-sera/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" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/progress", "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/progress-example.tsx", "api": "https://www.radix-ui.com/docs/primitives/components/progress.md" } }, "type": "registry:ui" }