{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "weave-text-demo",
  "type": "registry:example",
  "title": "Weave Text Demo",
  "description": "Weave Text used as a headline accent.",
  "registryDependencies": [
    "@loomui/weave-text"
  ],
  "files": [
    {
      "path": "registry/example/weave-text-demo.tsx",
      "content": "import { WeaveText } from \"@/registry/loomui/weave-text\"\n\nexport default function WeaveTextDemo() {\n  return (\n    <h1 className=\"text-center text-4xl font-semibold tracking-tight sm:text-5xl\">\n      Interfaces that <WeaveText>move</WeaveText>\n    </h1>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}