{ "$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 \n

Radial Glow

\n

\n Move your cursor over this card to see a radial glow follow your mouse.\n

\n
\n \n

Pink Glow

\n

\n Customize the glow color with any rgba value for your brand.\n

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