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

17 lines
519 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "base-progress",
"type": "registry:ui",
"title": "Base Progress",
"description": "Displays the status of a task that takes a long time.",
"dependencies": ["motion", "@base-ui-components/react"],
"registryDependencies": ["https://animate-ui.com/r/counting-number"],
"files": [
{
"path": "registry/base/progress/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/base/progress.tsx"
}
]
}