{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "tag-field-example",
  "title": "Tag Field",
  "description": "tag-field-example",
  "registryDependencies": [
    "https://intentui.com/r/field",
    "https://intentui.com/r/input",
    "https://intentui.com/r/tag-field"
  ],
  "files": [
    {
      "path": "src/components/examples/forms/tag-field/tag-field-example.tsx",
      "content": "'use client'\n\nimport { Label } from '@/components/ui/field'\nimport { Input } from '@/components/ui/input'\nimport { TagField } from '@/components/ui/tag-field'\n\nexport default function TagFieldDemo() {\n  return (\n    <TagField>\n      <Label>Coupon codes</Label>\n      <Input placeholder=\"Add codes, press Enter\" />\n    </TagField>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/tag-field-example/page.tsx"
    }
  ],
  "type": "registry:page"
}