{ "$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", "content": "'use client';\n\nimport * as React from 'react';\nimport { ArrowDown } from 'lucide-react';\nimport { motion } from 'motion/react';\n\nimport { ScrollProgress } from '@/components/animate-ui/components/scroll-progress';\n\nexport const ScrollProgressDemo = () => {\n return (\n
\n Scroll down to see the progress bar{' '}\n