{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "iphone-demo",
  "type": "registry:example",
  "title": "iPhone Demo",
  "description": "A device frame with a screen built out of live markup.",
  "registryDependencies": [
    "@loomui/iphone"
  ],
  "files": [
    {
      "path": "registry/example/iphone-demo.tsx",
      "content": "import { IPhone } from \"@/registry/loomui/iphone\"\n\nexport default function IPhoneDemo() {\n  return <IPhone width={260} />\n}\n",
      "type": "registry:example"
    }
  ]
}