{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "aurora-background-demo", "title": "Aurora Background Demo", "description": "Example showing an animated aurora gradient backdrop.", "registryDependencies": [ "https://pioneerui.com/r/aurora-background" ], "files": [ { "path": "registry/example/aurora-background-demo.tsx", "content": "import { AuroraBackground } from \"../pioneerui/aurora-background\"\n\nexport default function AuroraBackgroundDemo() {\n return (\n \n
\n

Aurora Background

\n

A beautiful animated aurora gradient backdrop

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