{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "text-scroll-read-demo",
  "title": "Text Scroll Read Demo",
  "description": "Demo showing Text scroll read component.",
  "registryDependencies": [
    "https://systaliko-ui.vercel.app/r/text-scroll-read"
  ],
  "files": [
    {
      "path": "registry/demo/text/text-scroll-read/index.tsx",
      "content": "import {\n  ClipText,\n  TextScrollRead,\n  TextScrollReadWrap,\n} from '@/components/systaliko-ui/text/text-scroll-read';\n\nexport function TextScrollReadDemo() {\n  return (\n    <div className=\"relative min-h-screen px-6 md:px-12\">\n      <TextScrollRead>\n        <TextScrollReadWrap className=\"h-screen my-12 place-content-center md:w-4/5 mx-auto\">\n          <ClipText className=\"text-3xl md:text-4xl font-bold tracking-wide leading-normal uppercase \">\n            multidisciplinary creative studio specializing in brand strategy,\n            product design, and digital experiences.\n          </ClipText>\n        </TextScrollReadWrap>\n      </TextScrollRead>\n    </div>\n  );\n}\n",
      "type": "registry:ui",
      "target": "components/systaliko-ui/demo/text/text-scroll-read.tsx"
    }
  ],
  "type": "registry:ui"
}