{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "split-text-effect-demo",
  "type": "registry:example",
  "title": "Split Text Effect Demo",
  "description": "A demo of the Split Text Effect component",
  "registryDependencies": [
    "@bucharitesh/split-text-effect"
  ],
  "files": [
    {
      "path": "registry/example/split-text-effect-demo.tsx",
      "content": "import { SplitTextEffect } from '@/registry/bucharitesh/split-text-effect';\n\nexport default function SplitTextEffectDemo() {\n  return (\n    <div className=\"relative w-full bg-black\">\n      <div className=\"h-72\">\n        <SplitTextEffect text=\"Grow Together\" fill={0.5} accent=\"#2ecc71\" />\n      </div>\n    </div>\n  );\n}\n",
      "type": "registry:example"
    }
  ]
}