Fortura/apps/www/registry/radix/progress/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
478 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-progress",
"type": "registry:ui",
"title": "Progress",
"description": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
"dependencies": ["motion", "radix-ui"],
"files": [
{
"path": "registry/radix/progress/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/progress.tsx"
}
]
}