{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hover-link-demo", "title": "Hover Link Demo", "description": "Example showing a collection of links with hover effects.", "dependencies": [ "framer-motion" ], "files": [ { "path": "registry/example/hover-link-demo.tsx", "content": "import { HoverImageLinks } from \"../pioneerui/hover-links\";\n\n\nexport default function HoverLinkDemo() {\n return (\n \n );\n }\n", "type": "registry:example", "target": "components/hover-link-demo.tsx" } ], "type": "registry:example" }