{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hero-video-demo", "title": "Hero Video Demo", "description": "Example showing a video thumbnail with modal player.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/hero-video" ], "files": [ { "path": "registry/example/hero-video-demo.tsx", "content": "import { HeroVideo } from \"../pioneerui/hero-video\"\n\nexport default function HeroVideoDemo() {\n return (\n
\n \n
\n )\n}\n", "type": "registry:example", "target": "components/hero-video-demo.tsx" } ], "type": "registry:example" }