{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "badge-outline", "type": "registry:example", "registryDependencies": [ "badge" ], "files": [ { "path": "registry/new-york-v4/examples/badge-outline.tsx", "content": "import { Badge } from \"@/registry/new-york-v4/ui/badge\"\n\nexport default function BadgeOutline() {\n return Outline\n}\n", "type": "registry:example" } ] }