{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "blur-in-text-demo",
  "title": "blur-in-text-demo",
  "description": "Example showing a blur-in-text-demo component.",
  "registryDependencies": [
    "@eldoraui/blur-in-text"
  ],
  "files": [
    {
      "path": "registry/example/blur-in-text-demo.tsx",
      "content": "import { BlurInText } from \"@/registry/eldoraui/blur-in-text\"\n\nexport function BlurInTextDemo() {\n  return (\n    <BlurInText\n      className=\"font-display text-center text-4xl font-bold -tracking-widest text-black md:text-7xl md:leading-[5rem] dark:text-white\"\n      text=\"Blur In\"\n    />\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}