{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "particle-background-demo", "title": "Particle Background Demo", "description": "Example showing a particle background effect.", "files": [ { "path": "registry/example/particle-background-demo.tsx", "content": "import { ParticleBackground } from \"@/registry/pioneerui/particle-background\";\n\n\nexport default function ParticleBackgroundDemo() {\n return (\n
\n \n Particle Bacgkround\n \n \n
\n );\n }\n\n", "type": "registry:example", "target": "components/particle-background-demo.tsx" } ], "type": "registry:example" }