{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "beam-background-demo", "title": "Beam Background Demo", "description": "Example showing canvas-based animated light beams.", "registryDependencies": [ "https://pioneerui.com/r/beam-background" ], "files": [ { "path": "registry/example/beam-background-demo.tsx", "content": "import { BeamBackground } from \"../pioneerui/beam-background\"\n\nexport default function BeamBackgroundDemo() {\n return (\n \n
\n

Beam Background

\n

Canvas-based animated light beam effects

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