{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "hacker-text-demo",
  "title": "Hacker Text Demo",
  "description": "Example showcasing text animation that scrambles letters before revealing the final text",
  "registryDependencies": [
    "https://atlasui.dev/r/hacker-text.json"
  ],
  "files": [
    {
      "path": "registry/react/examples/hacker-text-demo.tsx",
      "content": "import { HackerText } from \"@/registry/react/atlasui/hacker-text\";\n\nexport const HackerTextDemo = () => {\n  return <HackerText text=\"Hover Me!\" />;\n};\n",
      "type": "registry:example",
      "target": "components/hacker-text-demo.tsx"
    }
  ],
  "type": "registry:example"
}