{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "gradual-spacing-text-demo",
  "title": "gradual-spacing-text-demo",
  "description": "Example showing a gradual-spacing-text-demo component.",
  "registryDependencies": [
    "@eldoraui/gradual-spacing-text"
  ],
  "files": [
    {
      "path": "registry/example/gradual-spacing-text-demo.tsx",
      "content": "import { GradualSpacingText } from \"@/registry/eldoraui/gradual-spacing-text\"\n\nexport function GradualSpacingTextDemo() {\n  return (\n    <GradualSpacingText\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=\"Gradual Spacing\"\n    />\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}