16 lines
464 B
JSON
16 lines
464 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "scroll-progress",
|
|
"type": "registry:ui",
|
|
"title": "Scroll Progress",
|
|
"description": "A scroll progress component that displays the progress of the scroll.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/scroll-progress/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/scroll-progress.tsx"
|
|
}
|
|
]
|
|
}
|