{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "glass-card-demo", "title": "Glass Card Demo", "description": "Example showing a frosted glass card with mouse-following glow.", "registryDependencies": [ "https://pioneerui.com/r/glass-card" ], "files": [ { "path": "registry/example/glass-card-demo.tsx", "content": "import { GlassCard } from \"../pioneerui/glass-card\"\n\nexport default function GlassCardDemo() {\n return (\n
\n \n
\n \n \n \n
\n

Glass Card

\n

\n A frosted glass surface with a mouse-following glow effect. Move your cursor over the card to see it in action.\n

\n \n
\n
\n )\n}\n", "type": "registry:example", "target": "components/glass-card-demo.tsx" } ], "type": "registry:example" }