{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pill-nav-demo", "title": "Pill Nav Demo", "description": "Example showing a pill navigation with animated indicator.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/pill-nav" ], "files": [ { "path": "registry/example/pill-nav-demo.tsx", "content": "import { PillNav } from \"../pioneerui/pill-nav\"\n\nconst HomeIcon = () => (\n \n \n \n \n)\n\nconst SearchIcon = () => (\n \n \n \n \n)\n\nconst BellIcon = () => (\n \n \n \n \n)\n\nexport default function PillNavDemo() {\n return (\n
\n },\n { value: \"explore\", label: \"Explore\", icon: },\n { value: \"notifications\", label: \"Alerts\", icon: , badge: 3 },\n ]}\n defaultValue=\"home\"\n />\n \n
\n )\n}\n", "type": "registry:example", "target": "components/pill-nav-demo.tsx" } ], "type": "registry:example" }