StatsCount
Animated statistics counter with responsive layout and scroll triggers.
Loading...
Installation
npx shadcn@latest add @scrollxui/statscount Usage
import StatsCount from '@/components/ui/statscount';
const stats = [
{ value: 30, suffix: '+', label: 'Handcrafted animated components' },
{ value: 12, suffix: 'K+', label: 'Developers building with ScrollX-UI' },
{ value: 99, suffix: '%', label: 'Performance optimized for web' },
];<StatsCount
stats={stats}
title='CREATE STUNNING INTERFACES WITH SCROLLX-UI COMPONENTS'
showDividers={true}
className=''
/>API Reference
StatsCount
The root component for displaying animated, responsive statistics counters with optional scroll-triggered animations.