{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "time-field-demo",
  "dependencies": [
    "@internationalized/date"
  ],
  "registryDependencies": [
    "https://taki-ui.com/r/time-field.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/time-field-demo.tsx",
      "content": "import { TimeField } from \"@/registry/new-york/ui/time-field\"\n\nexport default function TimeFieldDemo() {\n  return <TimeField label=\"Event time\" />\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}