{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "scroll-fade-effect-block-01", "type": "registry:block", "registryDependencies": [ "@ncdai/scroll-fade-effect" ], "files": [ { "path": "src/registry/examples/scroll-fade-effect-demo-01.tsx", "content": "import * as React from \"react\";\n\nimport { Separator } from \"@/components/ui/separator\";\nimport { ScrollFadeEffect } from \"@/registry/scroll-fade-effect\";\n\nconst tags = Array.from({ length: 50 }).map(\n (_, i, a) => `v1.2.0-beta.${a.length - i}`\n);\n\nexport default function ScrollFadeEffectDemo() {\n return (\n
\n \n
\n

Tags

\n {tags.map((tag) => (\n \n
{tag}
\n \n
\n ))}\n
\n
\n
\n );\n}\n", "type": "registry:component" } ] }