{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "text-link", "dependencies": [ "@inertiajs/react" ], "registryDependencies": [], "files": [ { "path": "registry/new-york-v4/components/text-link.tsx", "content": "import { Link } from \"@inertiajs/react\";\nimport type { ComponentProps } from \"react\";\nimport { cn } from \"@/lib/utils\";\n\ntype Props = ComponentProps;\n\nexport default function TextLink({ className = \"\", children, ...props }: Props) {\n return (\n \n {children}\n \n );\n}\n", "type": "registry:component" } ], "type": "registry:component" }