Overview
Stats blocks display key metrics and achievements in visually impactful layouts. They feature animated counters, comparison figures, and trend indicators.
Features
- Animated Counters: Number animations on scroll into view
- Multiple Layouts: Grid, inline, and featured stat variations
- Trend Indicators: Up/down arrows with percentage changes
- Responsive: Adapts from multi-column to single column on mobile
- Icons: Support for metric-specific icons
- Customizable: Easy to update values and labels
Usage
import StatsBlock from "@/registry/default/block/stats"
export default function Page() {
return <StatsBlock />
}