{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "glow-card-demo", "title": "Glow Card Demo", "description": "Example showing cards with mouse-tracking radial glow.", "registryDependencies": [ "https://pioneerui.com/r/glow-card" ], "files": [ { "path": "registry/example/glow-card-demo.tsx", "content": "import { GlowCard } from \"../pioneerui/glow-card\"\n\nexport default function GlowCardDemo() {\n return (\n
\n Move your cursor over this card to see a radial glow follow your mouse.\n
\n\n Customize the glow color with any rgba value for your brand.\n
\n