{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "list-box-links",
  "registryDependencies": [
    "https://taki-ui.com/r/list-box.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/list-box-links.tsx",
      "content": "import Link from \"next/link\"\n\nimport { ListBox, ListBoxItem } from \"@/registry/new-york/ui/list-box\"\n\nexport default function ListBoxLinks() {\n  return (\n    <ListBox aria-label=\"Navigation\" className=\"w-64\">\n      <ListBoxItem href=\"/docs\" textValue=\"Documentation\">\n        <Link href=\"/docs\">Documentation</Link>\n      </ListBoxItem>\n      <ListBoxItem href=\"/docs/components\" textValue=\"Components\">\n        <Link href=\"/docs/components\">Components</Link>\n      </ListBoxItem>\n      <ListBoxItem href=\"/examples\" textValue=\"Examples\">\n        <Link href=\"/examples\">Examples</Link>\n      </ListBoxItem>\n      <ListBoxItem href=\"/blocks\" textValue=\"Blocks\">\n        <Link href=\"/blocks\">Blocks</Link>\n      </ListBoxItem>\n    </ListBox>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}