{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "animated-counter-demo", "title": "Animated Counter Demo", "description": "Example showing a stat card with scroll-triggered animated counters.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/animated-counter" ], "files": [ { "path": "registry/example/animated-counter-demo.tsx", "content": "import { StatCard } from \"../pioneerui/animated-counter\"\n\nexport default function AnimatedCounterDemo() {\n return (\n
\n \n
\n )\n}\n", "type": "registry:example", "target": "components/animated-counter-demo.tsx" } ], "type": "registry:example" }