2025-08-20 04:12:49 -06:00

17 lines
534 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "scroll-progress-demo",
"type": "registry:ui",
"title": "Scroll Progress Demo",
"description": "Demo showing a scroll progress.",
"dependencies": ["lucide-react", "motion"],
"registryDependencies": ["https://animate-ui.com/r/scroll-progress"],
"files": [
{
"path": "registry/demo/components/scroll-progress/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/components/scroll-progress.tsx"
}
]
}