{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "scramble-text-demo",
  "type": "registry:example",
  "title": "Scramble Text Demo",
  "description": "A wordmark decoding out of noise on every hover.",
  "registryDependencies": [
    "@loomui/scramble-text"
  ],
  "files": [
    {
      "path": "registry/example/scramble-text-demo.tsx",
      "content": "import { ScrambleText } from \"@/registry/loomui/scramble-text\"\n\nexport default function ScrambleTextDemo() {\n  return (\n    <div className=\"text-center\">\n      <ScrambleText\n        text=\"LOOM UI\"\n        trigger=\"hover\"\n        className=\"mt-2 font-mono text-4xl font-semibold tracking-tight sm:text-5xl\"\n      />\n      <p className=\"text-muted-foreground mt-4 text-xs\">\n        Hover it. Again. We do not judge.\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}