{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "countup-stats-demo-3", "title": "Countup Stats Demo 3", "description": "Example showing animated counting numbers.", "files": [ { "path": "registry/example/countup-stats-demo-3.tsx", "content": "\"use client\";\n\nimport { CountUp } from \"@/registry/pioneerui/countup-stats\";\n\nexport default function AdvancedCountUp() {\n const formatValue = (value: number) => `${value.toFixed(2)}%`;\n\n return (\n \n );\n}", "type": "registry:example", "target": "components/countup-stats-demo-3.tsx" } ], "type": "registry:example" }