{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "breadcrumb", "type": "registry:ui", "title": "Breadcrumb", "description": "A breadcrumb component.", "dependencies": ["@radix-ui/react-slot"], "files": [ { "path": "registry/niv/ui/breadcrumb.tsx", "content": "import { Slot } from '@radix-ui/react-slot';\nimport { ChevronRightIcon, MoreHorizontalIcon } from 'lucide-react';\nimport { cn } from '@/lib/classnames';\nimport type { ComponentProps } from 'react';\n\nfunction BreadcrumbRoot({ ...props }: ComponentProps<'nav'>) {\n return