{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "countup-stats-demo", "title": "Countup Stats Demo", "description": "Example showing animated counting numbers.", "dependencies": [ "framer-motion", "@number-flow/react" ], "files": [ { "path": "registry/example/countup-stats-demo.tsx", "content": "import { MousePointerClick, Share2, Users } from \"lucide-react\";\nimport { CountUp } from \"../pioneerui/countup-stats\";\nimport { Card, CardHeader, CardTitle, CardDescription, CardContent } from \"@/components/ui/card\";\n\n\n\nexport default function CountUpStatsDemo() {\n return (\n
\n {/* Users Stats */}\n \n \n \n \n Active Users\n \n Total registered users\n \n \n
\n \n users\n
\n

Growing strong since launch

\n
\n
\n\n {/* Clicks Stats */}\n \n \n \n \n Total Clicks\n \n Engagement metrics\n \n \n
\n \n clicks\n
\n

High user engagement rate

\n
\n
\n\n {/* Shares Stats */}\n \n \n \n \n Content Shares\n \n Social reach\n \n \n
\n \n shares\n
\n

Viral content distribution

\n
\n
\n\n {/* Additional Stats Row */}\n \n \n Growth Metrics\n Year-over-year performance\n \n \n
\n
\n

Monthly Active Users

\n
\n \n users/mo\n
\n
\n
\n

Average Daily Clicks

\n
\n \n clicks/day\n
\n
\n
\n

Conversion Rate

\n
\n \n avg\n
\n
\n
\n
\n
\n
\n );\n }\n", "type": "registry:example", "target": "components/countup-stats-demo.tsx" } ], "type": "registry:example" }