{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "breadcrumb-animated-demo", "title": "Breadcrumb Animated Demo", "description": "Example showing staggered breadcrumb reveal animation.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/breadcrumb-animated" ], "files": [ { "path": "registry/example/breadcrumb-animated-demo.tsx", "content": "import { BreadcrumbAnimated } from \"../pioneerui/breadcrumb-animated\"\n\nexport default function BreadcrumbAnimatedDemo() {\n return (\n
\n \n \n
\n )\n}\n", "type": "registry:example", "target": "components/breadcrumb-animated-demo.tsx" } ], "type": "registry:example" }