Stats Carousel
Animated statistics counter in stacked carousel for modern websites.
CREATE STUNNING INTERFACES WITH SCROLLX UI COMPONENTS
0+
Handcrafted animated components
12K+
Developers building with ScrollX UI
99%
Performance optimized for web
Installation
npx shadcn@latest add https://scrollx-ui.vercel.app/registry/statscarousel.json
Usage
import StatsCarouselcount from "@/components/ui/statscarousel";
<StatsCarouselcount
title="CREATE STUNNING INTERFACES WITH SCROLLX UI COMPONENTS"
stats={[
{ value: 40, suffix: "+", label: "Handcrafted animated components" },
{ value: 12, suffix: "K+", label: "Developers building with ScrollX UI" },
{ value: 99, suffix: "%", label: "Performance optimized for web" },
]}
className=""
cardClassName=""
/>
API Reference
Stats Carousel
Animated number stack for next-gen websites in stacked carousel.